Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vpoulailleau/plagiarized-code

Detect plagiarized (Python, C, C++) code in local folders
https://github.com/vpoulailleau/plagiarized-code

c cpp plagiarism plagiarism-check plagiarism-checker plagiarism-detection plagiarism-evaluation plagiat python python3

Last synced: 27 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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:

```sh
python3.10 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python -m plagiarizedcode --input-path /path/to/the/directory
```