Skip to content

kostz/ankicards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ankicards

Tool leverages LLM capability to extract German verbs out of schoolbook scans, enrich with LLM translations and examples, and create Anki cards for a private German language study.

Data Fields

Each verb record contains below data fields

  • Infinitive
  • Present form + example
  • Praeteritum form + example

Both Infinitive form and Examples have translation into English and Russian

Usage

Initialize variables

Use your beloved AI subscription to create below file to source it it

#!/bin/bash

export LLM_API_KEY="<LLM API Key>"
export LLM_BASE_URL="<LLM API Url>"
export LLM_MODEL="<LLM Model>"

Extract initial data from pages

make extract-verbs

Enrich data with examples

make add-verb-examples

Create Anki Cards deck

make ankicards

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published