Skip to content

noahatkins/quiz-cache

Repository files navigation

Quiz Cache

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.

Live Demo

Visit https://quizcache.noahatkins.com to try out Quiz Cache.

Features

  • Upload text files (.txt) or PDF documents
  • AI-powered flashcard generation
  • Customizable number of flashcards
  • Clean and intuitive user interface
  • Organized flashcard deck management

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Requirements

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

Technical Stack

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

Learn More

To learn more about Next.js, take a look at the following resources:

Deployment

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.

About

A lightweight AI-powered app that allows you to input your OpenAI API key and generate flashcards from TXT and PDF files. Perfect for studying, reviewing material, or quickly memorizing key information.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors