To get started with the code on this repo, you need to either clone or download this repo into your machine just as shown below;
git clone https://github.com/me-badsha/Plagiarism-checker.git
Before you begin playing with the source code you might need to install deps just as shown below;
cd Plagiarism-checker
pip3 install -r requirements.txt
To run this code you need to have your textual document in your project directory with extension .txt and then when you run the script, it will automatically loads all the document with that extension and then compute the similarity between them just as shown below;
$ Plagiarism-checker-> python3 acode.py
First of all you have to pest your word in a 3 file, and save it. you can see you have many file in Plagiarism-checker folder. then run it.