This project is an AI-powered plagiarism detection tool that allows users to upload PDF or Docx files and receive a detailed report on the plagiarized content.
Follow the instructions below to set up the project locally on your machine.
-
Clone the repository:
git clone https://github.com/ayusharma-ctrl/Ayush-Sharma-AIPlagiarismDetector.git
-
Navigate to the project directory:
cd Ayush-Sharma-AIPlagiarismDetector
-
Install dependencies:
npm install
Create a .env.local
file in the root directory of your project and add the following environment variables:
# Gemini AI API Key
GEMINI_API_KEY=your-gemini-api-key
npm run dev
npm run build