Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 487 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 487 Bytes

Cheonjae

A daemon for monitoring an input source, automatically translating it via GPT, and adding the new source-translation pair to a language learning data store, such as Anki.

Building

make bin

Running

cd ./bin
export GPT_KEY="sk-...."
./cheonjae -i ./someText.txt

TODO

  • Inputs

    • Text File
  • Translation

    • GPT
      • Detect out of credit
      • Detect msg too complex (insufficient tokens)
  • Outputs

    • Ingest into Anki
    • Ingest into Quizlet