Tool for translation English to Russian texts based on googletrans
To download project:
git clone https://github.com/Vadbeg/translator.git
To start web app use:
source scripts/build_image.sh &&
source scripts/start_container.sh
Now you can open http://0.0.0.0:8000 and use project.
To stop web app use in separate shell instance:
source scripts/stop_container.sh