Skip to content

Latest commit

 

History

History
73 lines (56 loc) · 2.57 KB

README.md

File metadata and controls

73 lines (56 loc) · 2.57 KB

About

Translate Photo and instantly recognize and translate texts and hear texts in more than 20+ languages. Just snap a photo of some text with your mobile and get the text from the image and translate it to another language in a second!


Technologies used

  • Android Studio ( Java )
  • Firebase ML kit API
  • XML

Installation

  • Clone the repository either by Git CLI or in Terminal by Git Clone https://github.com/gargk747/AutoMatify.git
  • Open the project in Android Studio and build the project
  • Then generate the APK file or run it on the emulator or your physical device
  • Or can simply download the application from this link Click Here

Screenshots

↓ Splash Screen ↓ ↓ Home Screen ↓

Key Features

✔ Image Scan

Used Invoke Camera method to scan/capture the image

✔ Image to Text & text to Speech

implementation 'com.google.android.gms:play-services-mlkit-text-recognition:16.2.0'

Used ML Text Recognition API to extract texts from the image

On Clicking the speaker Button, the text is spoken out. Used Google TextToSpeech API

✔ Text Translator

implementation 'com.google.mlkit:translate:16.1.2'
implementation 'com.google.mlkit:language-id:16.1.1'

Used ML Text Translation API to translate texts to many languages