GradeBuddy is an education assesment tool that uses the power of LLMs to instantly grade any student answer (free-response and essay included). Saving faculty time, giving student's timely feedback, and elevating the learning experience.
This project is a modern web application built using Vite and React. It leverages the fast build tool Vite for an enhanced development experience and React for building the user interface.
DEMO VIDEO:
https://www.youtube.com/watch?v=APeaqKZQQn4&t=4s&ab_channel=PhongLe
Prerequisites
Ensure you have the following installed:
Node.js (v14 or later recommended)
npm/yarn
Installation
-
Clone the repository: git clone https://your-repository-url.git cd your-project-directory
-
Install dependencies:
npm install or yarn install
- Start the development server:
npm run dev or yarn dev
This will launch the Vite dev server, and you can view the web-application locally
To manage your environment variables, create a .env file at the root of your project. Prefix your variables with VITE_ to make them available in your Vite project.
Example .env: VITE_API_KEY=your_api_key_here
License This project is open-source and available under the MIT License. See the LICENSE file for more information.