Skip to content

A web application to check if a document's contents are plagiarized or not and shows the sources of plagiarized contents..

License

Notifications You must be signed in to change notification settings

Chaitanya078/textpolice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A web application to check if a document's contents are plagiarized or not and shows the sources of plagiarized contents..

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published