Simple-Plagiarism-Checker
Web application of Plagiarism Checker using Python-Flask. TF-IDF and cosine similarity is a very common technique. It allows the system to quickly…
Web application of Plagiarism Checker using Python-Flask. TF-IDF and cosine similarity is a very common technique. It allows the system to quickly…
Web application of Plagiarism Checker using Python-Flask. TF-IDF and cosine similarity is a very common technique. It allows the system to quickly retrieve documents similar to a search query. Similarly, based on the same concept instead of retrieving documents similar to a query, it checks for how similar the query is to the existing database file.
Run python plag.py and open http://127.0.0.1:5000 in a browser.
Type or paste a passage into the query text box and submit the form.
The app compares the query against database1.txt using TF-IDF cosine similarity.
The page refreshes and displays a result such as:
Input query text matches 73.45% with database.