Skip to content

abhinay9601/Abhinay-Singh-AIPlagiarismDetector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

PlagiarismAI

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.

Prerequisites

Before you begin, ensure you have the following installed on your machine:

  • Node.js (version 14 or later)
  • npm (comes with Node.js)
  • A valid Gemini API key

Getting Started

Follow these steps to run the PlagiarismAI application locally.

Clone the Repository

First, clone the repository to your local machine:

git clone https://github.com/abhinay9601/Abhinay-Singh-AIPlagiarismDetector.git

FRONT-END

1. Frontend-Folder

cd Abhinay-Singh-FRONTEND

2. Install Dependencies

npm install

3. Set Up Environment Variables

VITE_REACT_APP_API_URL=http://localhost:8000

4. Run the Development Server

npm run dev

5. Access the Application

Open your web browser and navigate to http://localhost:5173 to access the PlagiarismAI application.

BACKEND

1. Frontend-Folder

cd Abhinay-Singh-BACKEND

2. Install Dependencies

npm install

3. Set Up Environment Variables

PORT = 8000 GEMINI_API_KEY = YOUR_GEMINI_API_KEY

4. Run the Development Server

npm run dev

5. Access the Application

Open your Server to http://localhost:8000 to access the PlagiarismAI application.