Skip to content

Translate U is capable of translating the text present in an image from one language to the other. The app uses OCR and Google translate to identify and translate across 80+ languages.

neelanjan00/Translate-U

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Translate U 👋

Version Twitter: NeelanjanManna

[This is the backend API of the project, the frontend mobile application can be found here] Translate U is capable of translating text given in an image from one language to another. The detection of text in the image is performed by easyOCR while the translation of the text is performed using the Google Translate API. The application supports translation across 80+ languages, the whole list of which can be accessed here.

Install

pip install -r requirements.txt

Usage

python app.py

API Routes

Route Method Field Name Input Type Returns
/ POST
image
sourceLanguage
translatedLanguage
Image File (png or jpg or jpeg)
string
string
Returns a string containing the translated text.

Author

👤 Neelanjan Manna

👤 Tanisha Banik

Show your support

Give a ⭐️ if this project helped you!

About

Translate U is capable of translating the text present in an image from one language to the other. The app uses OCR and Google translate to identify and translate across 80+ languages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages