Skip to content

nyanshell/kotobaizumi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

言葉の泉

build

docker build . --progress=plain -t azure-tts:<version>

# debug
docker build . --progress=plain -t azure-tts:<version> 2>&1 | tee build.log

Run

docker run --env-file=.env -p 0.0.0.0:5000:5000 -v ./save:/data -it azure-tts:<version>

Config

.env:

AZURE_SERVICE_TOKEN=<azure-service-token>
OPENAI_API_KEY=<open-api-key>

To-Do

  • [DONE] Add grammar explanation.
  • [DONE] Add sentence reading.
  • [DONE] Support delete.
  • [DONE] Choose by frequency.
  • [DONE] Loop mode.
  • Merge json meta file and sql?

About

A simple tool for memorize Japanese phrases

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published