PlagiarismAI is a web application built with Vite that allows users to check documents for plagiarism using OpenAI's API. This README provides instructions on how to set up and run the project locally.
Before you begin, ensure you have the following installed on your machine:
Follow these steps to run the PlagiarismAI application locally.
First, clone the repository to your local machine:
git clone https://github.com/abhinay9601/Abhinay-Singh-AIPlagiarismDetector.git
cd Abhinay-Singh-FRONTEND
npm install
VITE_REACT_APP_API_URL=http://localhost:8000
npm run dev
Open your web browser and navigate to http://localhost:5173 to access the PlagiarismAI application.
cd Abhinay-Singh-BACKEND
npm install
PORT = 8000 GEMINI_API_KEY = YOUR_GEMINI_API_KEY
npm run dev
Open your Server to http://localhost:8000 to access the PlagiarismAI application.