Skip to content

Free and Open Source Self Hosted Translation Service API Based On Deep Translator from Google Translate

Notifications You must be signed in to change notification settings

imanimen/translate-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes

- 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

Installation

git clone https://github.com/imanimen/translate-service.git
cd translate-service
pip install -r requirements.txt

Run

python app.py

Endpoint

http://127.0.0.1/translate

Method

POST

Payload

{
    "text": "your-sample-text",
    "source": "en",
    "target": "fa"
}

Documentation

http://127.0.0.1/docs

About

Free and Open Source Self Hosted Translation Service API Based On Deep Translator from Google Translate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published