Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 987 Bytes

README.md

File metadata and controls

41 lines (23 loc) · 987 Bytes

Plagiarism Detector

A web application to check if a document's contents are plagiarised or not.

Steps:

  • 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.

Web Screenshots:

![UI] Screenshot 2023-05-01 165933

![Plagiarised data] Screenshot 2023-05-01 165908

Run Locally

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