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!
- Android Studio ( Java )
- Firebase ML kit API
- XML
- 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
↓ Splash Screen ↓ | ↓ Home Screen ↓ |
Used Invoke Camera method to scan/capture the image
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
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