Skip to content

valentinefleith/plagiarism-checker

Repository files navigation

plagiarism-checker

image

SPA project for detecting plagiarism in documents, with a focus on identifying content generated by large language models (LLMs), aimed at supporting French high school teachers.

You can drop your file, and our tools identifiates which part of the text is LLM-generated.

image

You can NO LONGER visit our project at here : http://146.59.237.23/

For dev purposes

Prerequisites

  • Node.js version 18.x (to run the frontend)
  • Vue.js (used for the frontend)
  • Python (for data processing)
  • Docker

Manual Installation

git clone [email protected]:valentinefleith/plagiarism-checker.git && cd plagiarism-checker

Download python dependencies:

make setup

Start backend server

You can pull the model using git lfs. If it's not available for you, the model is downloadable here.

Then to start the server run:

make run

Start frontend

Navigate to the frontend directory

cd frontend

Install dependencies:

npm install

Start the development server with hot-reload

npm run serve

Docker installation

run the following from the root of the repository:

docker-compose build
docker-compose up -d

About

Plagiarism detection tool for French high school teachers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •