Skip to content

A daemon for monitoring language exchange applications, piping new vocabulary to a data store such as Anki, assisting language learning.

License

Notifications You must be signed in to change notification settings

ropwareJB/Cheonjae

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A daemon for monitoring language exchange applications, piping new vocabulary to a data store such as Anki, assisting language learning.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published