Quiz Cache is an AI-powered flashcard generation application that helps you create study materials from your text and PDF documents. The application uses OpenAI's GPT models to automatically generate relevant question-answer pairs from your content.
Visit https://quizcache.noahatkins.com to try out Quiz Cache.
- Upload text files (.txt) or PDF documents
- AI-powered flashcard generation
- Customizable number of flashcards
- Clean and intuitive user interface
- Organized flashcard deck management
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
To use this application, you'll need:
- An OpenAI API key for flashcard generation
- Modern web browser
- Text (.txt) or PDF files for content upload
This project uses:
- Next.js - React framework
- OpenAI GPT models for AI processing
- PDF parsing capabilities for document processing
- Geist font family for modern typography
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
The application is deployed on Vercel. For your own deployment, you can use the Vercel Platform from the creators of Next.js.
Check out the Next.js deployment documentation for more details.