This project streamlines the process of turning your lecture notes, textbooks, or PDFs into ready-to-use Anki decks. It leverages large language models (LLMs) to extract, summarize, and format educational content into flashcards, saving you hours of manual work
.
├── src/ # Source code for processing and deck creation
├── data/ # Input and output files
├── tests/ # Unit tests
├── out/ # Generated decks and intermediate files
├── requirements.txt # Python dependencies
├── config.py # Configuration
├── README.md # This file
└── ...
-
Prompts:
Modify the prompts insrc/preprocess_text.pyto suit your subject or style. -
Deck Styling:
Edit the CSS inconfig.pyorsrc/create_anki_deck.pyto change the look of your flashcards.

