Skip to content

Automate Identification and Recognition of Text from an Image, Text translation and Text to Speech in different Languages.

Notifications You must be signed in to change notification settings

gargk747/AutoMatify

Repository files navigation

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

About

Automate Identification and Recognition of Text from an Image, Text translation and Text to Speech in different Languages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages