Skip to content

TheTranceMachine/flask-translation-service

 
 

Repository files navigation

Flask Translation service

This Flask microservice can translate text from English to French and vice versa. It's using 'deep_translator' package to achieve this.

index.png

Endpoints available:

  • / - renders index.html
  • /englishToFrench - translates text from English to French
  • /frenchToEnglish - translates text from French to English

About

Python Flask API service with translation functions

Topics

Resources

Stars

Watchers

Forks

Languages

  • Python 50.7%
  • HTML 24.7%
  • JavaScript 24.0%
  • Procfile 0.6%