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.
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
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>"make extract-verbsmake add-verb-examplesmake ankicards