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.
You can NO LONGER visit our project at here : http://146.59.237.23/
- Node.js version 18.x (to run the frontend)
- Vue.js (used for the frontend)
- Python (for data processing)
- Docker
git clone [email protected]:valentinefleith/plagiarism-checker.git && cd plagiarism-checkerDownload python dependencies:
make setup
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
Navigate to the frontend directory
cd frontend
Install dependencies:
npm install
Start the development server with hot-reload
npm run serve
run the following from the root of the repository:
docker-compose build
docker-compose up -d