Skip to content

awellis/anki-flashcard-generator

Repository files navigation

Anki flashcard generator

In this project, I'm using an LLM to automatically generate flashcards for spaced repetition software Anki.

Setup

  1. Create a new virtual environment:
python -m venv .venv

Or use the Create environment action in VSCode.

  1. Activate the environment:

In bash or zsh:

source .venv/bin/activate

In fish:

source .venv/bin/activate.fish
  1. Install the dependencies:
pip install -r requirements.txt
  1. Create a .env file and add your OpenAI API key:
OPENAI_API_KEY=<your-openai-api-key>
  1. For further instructions, see the Anki task.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages