Skip to content

JamesVong/flashcard-app

Repository files navigation

Study Rush

A flash cards app that use Anthropic's Caude 3 model to generate a flash cards from your notes. From these flash cards, a player can quiz themselves and also join a study group where different characters can tutor them in a topic.

To run:
Client

npm intall
npm run

Server:

cd api/
pip install -r requirements.txt
cd ..
npm run start-api

A Flask based API backend was added in the api directory.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published