Skip to content

LLM based app to generate print ready flashcards. Supports both local and hosted OpenAPI compatible models.

Notifications You must be signed in to change notification settings

vinkamath/flashcards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A Thousand Flashcards

Our toddler loves flashcards. Inhales them, infact. The enthusiastic parents that we are, we would like to have an endless supply of flashcards to keep up with our son's voracious appetite for flashcards. There are only so many you can buy. What then? How do you print a thousand flashcards?

Can we use generative AI to generate printable flashcard files? Can we go from a single prompt to a file you can just print at home?

The Process

  1. List: Create a list of categorized objects
  2. Generate: Use a texttoimage model to generate images
  3. Caption: Caption each image
  4. Combine: Convert captioned images into a printable PDF

Installation

Setup up a virutal environment and install packages

python -v venv env
source env/bin/activate
pip install -r requirements.txt

About

LLM based app to generate print ready flashcards. Supports both local and hosted OpenAPI compatible models.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages