icytranslate_api
This project is the REST api of the icytranslate platform. It uses a model generated from icytranslate_offline part(which can also be found from github)
If you do not want to train a model yourself, a trained model can be found here: https://pan.baidu.com/s/1hrCzDVQ
To set the api, just run
python icytranslate_api.py [model_dir]
To test the api you just setup, run
python test_icytranslate.py [the text you want to translate in english]