Skip to content

Plagiarism Detector Pro is an advanced web application for detecting textual plagiarism using Python and Flask. It offers precise analysis with an intuitive interface, utilizing TF-IDF and cosine similarity for accurate plagiarism detection.

Notifications You must be signed in to change notification settings

Giri-Aayush/Plagiarism-Detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plagiarism Detector Pro

Overview

Plagiarism Detector Pro is an efficient and user-friendly web application designed to identify and quantify plagiarism in textual content. Utilizing the powerful combination of Python and the Flask web framework, this application offers a seamless experience for detecting similarity in written material. By leveraging advanced techniques like TF-IDF and cosine similarity, it not only processes and analyzes text but also provides a precise plagiarism percentage. This tool is ideal for educators, students, content creators, and anyone needing to ensure the originality of written work.

Key Features

  • User-Friendly Interface: Enter your text easily and get results swiftly.
  • Advanced Text Processing: Converts all text to lowercase and removes punctuation marks for accurate analysis.
  • Sophisticated Analysis Techniques: Employs Term Frequency (TF) and Cosine Similarity calculations to determine text similarity.
  • Immediate Results: Receive a clear plagiarism percentage directly on the web page.

Powered by Python-Flask

  • Lightweight and Powerful: Flask's minimalistic yet robust structure makes it an excellent choice for this application.
  • Pythonic Ease: If you're familiar with Python, you'll find Flask intuitive and straightforward to use.
  • Extensible: Though Flask is a micro-framework, its capabilities can be extensively expanded with various extensions.
  • Well-Documented: Comprehensive documentation makes it easy for developers to implement additional features or troubleshoot.

Plagiarism Detector Pro stands as a reliable, easy-to-use solution for plagiarism checking, underlining our commitment to academic integrity and original content creation.

Installation

To install and run Plagiarism Detector Pro, follow these steps:

  1. Clone the repository:
git clone https://github.com/Giri-Aayush/Plagiarism-Detector
  1. Navigate to the project directory:
cd Plagiarism-Detector-Pro
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Run the Flask application:
flask run

Usage

After launching the application, navigate to the provided local server URL. Enter the text you wish to check for plagiarism in the provided input field and submit. The plagiarism percentage will be displayed on the web page.

Contributing

Contributions to Plagiarism Detector Pro are welcome. Please ensure to follow the contribution guidelines as outlined in our CONTRIBUTING.md file.

About

Plagiarism Detector Pro is an advanced web application for detecting textual plagiarism using Python and Flask. It offers precise analysis with an intuitive interface, utilizing TF-IDF and cosine similarity for accurate plagiarism detection.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published