Skip to content

A utility to check if a document's contents are plagiarised.

Notifications You must be signed in to change notification settings

Aayush-Gangwar/Plagiarism-Detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 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

Plagiarised data

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 utility to check if a document's contents are plagiarised.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published