Git Product home page Git Product logo

plagicheck's Introduction

Logo


PlagiCheck 📑

One stop solution for Plagiarism Detection
Explore the docs »
Report BugRequest Feature

🤔 What it does ?

A multi-level plagiarism tool that can be used to detect plagiarism in research papers. The tool has been developed to address the issue of the rising instances of plagiarism among students, who submit plagiarized papers for credit without any clear data on how much has been plagiarized. The proposed approach uses the Analytic Hierarchy Process (AHP) technique, which comprises three levels of plagiarism detection: level-0, level-1, and level-2.

In level-0, the tool uses the Google dorking technique to search for potential plagiarized papers available on the internet. If a paper is found to be plagiarized beyond a set threshold value, it is rejected and does not proceed to level-1.

In level-1, the tool checks for plagiarism in the introduction, abstract, and references of the paper. Advanced text comparison algorithms are used to compare the submitted paper with existing papers in the database and generate a plagiarism report that highlights any similarities found.

In level-2, the tool performs a full paper plagiarism check to provide comprehensive detection results. Advanced algorithms are used to scan the entire paper for plagiarism and generate a detailed report that highlights any similarities found. The multi-level approach is aimed at providing an accurate and efficient plagiarism detection system that can identify even the most sophisticated forms of plagiarism, such as when text is heavily reworded or when original text is replaced with similar text using foreign characters.

⚒️ Technologies used ?

  • Frontend - React.js, ChakraUI
  • Backend - Node.js, TypeScript, ExpressJS, MongoDB
  • NLP - AHP Algorithm, FastAPI

🧪Test the APIs

Run in Postman

Installation

Installing Frontend

Open the terminal in the folder in which you wish to clone the repository and enter the following command:

git clone https://github.com/prasoonsoni/PlagiCheck.git
cd PlagiCheck

Install all the NPM packages:

npm i 

In order to run the frontend:

npm run start

Note that you will have to add your own .env file at the root directory and add your own environment variables for the project to build.

Following are the environment variables used for frontend:

Installing Backend

# Install dependencies
npm install

# Add mongoURI, port and JWT_SECRET in .env file
OR
# Edit the default.json file with your mongoURI, port and JWT_SECRET
OR
# Use production.json in production env

# Run
npm start 
OR 
nodemon .\index.js

Installing NLP Plagiarism Detction Part

Install virtual environment

pip install virtualenv

Create a virtual environment

virtualenv myenv

Activate the virtual environment:

source myenv/bin/activate

Install Requirements.txt

pip install -r

Run fastapi

python -m uvicorn app:app --reload 

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/YourAmazingFeature)
  3. Commit your Changes (git commit -m 'Add some YourAmazingFeature')
  4. Push to the Branch (git push origin feature/YourAmazingFeature)
  5. Open a Pull Request

👾 Contributors

Alok Mathur

E-Mail LinkedIn

Prasoon Soni

E-Mail LinkedIn

plagicheck's People

Contributors

alok27a avatar prasoonsoni avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.