Detect plagiarized (Python, C, C++) code in local folders
WORK IN PROGRESS!
- Create a virtual environment
- Install dependencies
- Launch plagiarizedcode
With Linux:
python3.10 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python -m plagiarizedcode --input-path /path/to/the/directory