Skip to content

syhrlanwr/plagiarism-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Plagiarism Detection

screencapture.gif

This app is a tool for detecting plagiarism in text documents. It uses web scraping to collect data from Google search results and cosine similarity to compare the documents with the data.

To use this app, you need to follow these steps:

  1. Install the required packages using the following command:
pip install -r requirements.txt
  1. Run the app using the following command:
streamlit run app.py
  1. Enter the text you want to check for plagiarism.
  2. Wait for the app to collect the data and compare it with your text.
  3. The app will output a report with the similarity percentage and the URLs of the sources of plagiarism.

Disclaimer

The app is intended for educational purposes only and does not guarantee the accuracy or completeness of the results.