Scancode.io/Scancode Toolkit: Create web application to scan and review a single license text
- Mentors
- Philippe Ombredanne, ayansinha, AvishrantSh, Thomas Druez
- Organization
- AboutCode
- Technologies
- python, javascript, Django+PostgreSQL
- Topics
- dependencies, Licenses
Create a web app and JSON Rest API to detect any text for license, and submit bugs (SCTK-aaS).
This project is to create a web-based mini application to be plugged in ScanCode.io as a new Django app with its own model that would receive a text as an input and run ScanCode Toolkit license and copyright detection on this text. It would display the results such that the matched texts and all matching details are easy to understand and make it visually obvious what was matched and how it was matched. It should also allow to easily provide feedback if the detection is not correct, and suggest a better detection and possibly the creation of a new license detection rule. It should also integrate and run the "scancode-analyzer" https://github.com/nexB/scancode-analyzer/ to find possible issues automatically. Finally it should allow the report of a license detection easily and integrated in the app based on the results.