Skip to content

Online tool to check for plagiarism of inputted text.

License

Notifications You must be signed in to change notification settings

iamlostshe/plagiarism-detection

 
 

Repository files navigation

Plagiarism Detection with Python

main page preview

similarity page preview

Finds percentage similarity between inputted text and relevant articles on the web.

How to install?

  1. Clone repository:
git clone /~https://github.com/harirakul/Plagiarism-Detection.git
  1. Create and activate venv:
python3 -m venv venv
. venv/bin/activate
  1. Install requirements:
pip install -r requirements.txt
  1. Rename .env.dist to .env.

For better work you need fill COOKIE in .env. You can grab on dev tools in your browser.

  1. Start web-app:
python3 main.py

Website Link:

http://plagiarism-detection--hariambethkar.repl.co/

How To:

  • Click on the link to the website
  • Enter or paste your text in the input field
  • Click on Generate Report