visuddhinanda 3204ee1ce0 :fire: raise TaskFailException há 10 meses atrás
..
ai_translate 3204ee1ce0 :fire: raise TaskFailException há 10 meses atrás
docker 2d4fb33d43 :wrench: create api v12 image há 11 meses atrás
.gitignore 50dfb74db1 add .stop há 11 meses atrás
README.md 6fdeee749a ai_translate_cn há 11 meses atrás
config.orig.toml 395f3ed07a add api-url há 11 meses atrás
pyproject.toml 3c68015ad8 :bug: fix setuptools bug há 11 meses atrás
run.sh 9c4414091e :wrench: add ai-translate container há 11 meses atrás

README.md

Usage

# initial python3 virtual env folder
$ python3 -m venv $HOME/tmp/python3
# load virtual env vars
$ source $HOME/tmp/python3/bin/activate
# install dependencies
> python3 -m pip install -e .

> python3 -m ai_translate -h
> python3 -m ai_translate -d -c config.toml -n worker-us-1 -q ai_translate_cn

# exit the virtual env
> deactivate