A web application to check if a document's contents are plagiarised or not.
- User enters a query/text.
- gets processed (Uppercase to lowercase, Removal of punctuationmarks, etc.)
- Resulting URL, matched contents are checked for similarity with given text query.
- The Plagiarism Percentage is returned on the web page along with links of sites matched.
Clone the project
git clone git@github.com:Aayush-Gangwar/Plagiarism-Detector.git
Install dependencies
pip install -r requirements.txt
Start the server
run main.py