Jeremy Zheng db981ee747 :loud_sound: add connection debug hace 1 año
..
ai_translate db981ee747 :loud_sound: add connection debug hace 1 año
.gitignore 50dfb74db1 add .stop hace 1 año
Dockerfile fc97a97679 :wrench: add shell env support hace 1 año
README.md 6fdeee749a ai_translate_cn hace 1 año
build.sh 9c4414091e :wrench: add ai-translate container hace 1 año
config.orig.toml 395f3ed07a add api-url hace 1 año
pyproject.toml 9c4414091e :wrench: add ai-translate container hace 1 año
run.sh 9c4414091e :wrench: add ai-translate container hace 1 año
shell.sh fc97a97679 :wrench: add shell env support hace 1 año

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