Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vpoulailleau/plagiarized-code
- Owner: vpoulailleau
- License: bsd-3-clause
- Created: 2019-11-19T09:55:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-21T14:28:46.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T09:45:44.149Z (almost 2 years ago)
- Topics: c, cpp, plagiarism, plagiarism-check, plagiarism-checker, plagiarism-detection, plagiarism-evaluation, plagiat, python, python3
- Language: Python
- Size: 75.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 plagiarizedcodeWith 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
```