- Install Python 3.8 or higher
- Keep in mind that this service need to make requests to google so it needs intenet
- Feel free to submit merge request
- Enjoy
git clone https://github.com/imanimen/translate-service.git
cd translate-service
pip install -r requirements.txt
python app.py
http://127.0.0.1/translate
POST
{
"text": "your-sample-text",
"source": "en",
"target": "fa"
}
http://127.0.0.1/docs