An open API service indexing awesome lists of open source software.

https://github.com/leg3ndary/flashnotes

Create quick and informative flash cards using just an image of your handouts or pre-existing notes
https://github.com/leg3ndary/flashnotes

chatgpt nextjs tailwind typescript

Last synced: 2 months ago
JSON representation

Create quick and informative flash cards using just an image of your handouts or pre-existing notes

Awesome Lists containing this project

README

        

# FlashNotes

A simple AI powered flashcard app that converts any handwritten notes into digital flashcards to practice your knowledge.

## Running this Project

To run this project you will need an Open Ai API key. You can get one [here](https://beta.openai.com/).

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=
```

Then run the following commands:

```
npm install
npm run dev
```

Then open up `localhost:3000` in your browser and start generating flashcards!