A web-based program that uses AI to generate sample problems on the user's study notes, and gives feedback based on the user's answers to the problems.
Also contains a note-sharing and points system.
Run the following commands:
git clone https://github.com/Geomty/RecessHacks-2024.git
cd RecessHacks-2024
npm install
echo API_KEY=API_KEY > .env
node .Remember to get an API key for Gemini.
