python-scripts/scripts/Plagiarism-checker/README.md

13 lines
194 B
Markdown
Raw Normal View History

2022-10-10 15:38:34 +00:00
# Plagiarism Checker
This is a simple Python script to check plagiarism between 2 files.
## Using the script
```bash
# install xlwt
pip install scikit-learn
# run script
python script.py
```