Skip to content

vpoulailleau/plagiarized-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plagiarized-code

Detect plagiarized (Python, C, C++) code in local folders

WORK IN PROGRESS!

Usage

  • 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