A simple AI powered flashcard app that converts any handwritten notes into digital flashcards to practice your knowledge.
To run this project you will need an Open Ai API key. You can get one here.
Once you have your API key, create a file called .env
in the root directory of this project and add the following:
OPENAI_API_KEY=<your-api-key>
Then run the following commands:
npm install
npm run dev
Then open up localhost:3000
in your browser and start generating flashcards!