A Kotlin-based Android Translator App that uses Firebase ML Kit for language identification and translation.
- Real-time language detection
- Language translation using Firebase ML Kit
- Capture text from the camera and translate it instantly
Feature | Screenshot |
---|---|
Home Screen | |
History Screen | |
Language Selection | |
Translation | |
Camera Text Capture | |
Icon |
-
Clone the repository:
git clone https://github.com/yourusername/translator-app.git cd translator-app
-
Open the project in Android Studio.
-
Build and run the project on an Android device or emulator.
OR
Go to releases and download the apk file.
To add the APK file of your app to GitHub, follow these steps:
-
Build your app in Android Studio to generate the APK file. You can find the APK file in the
app/build/outputs/apk/
directory. -
Create a new release on GitHub:
- Go to the "Releases" section of your GitHub repository.
- Click on "Draft a new release".
- Fill in the tag version (e.g.,
v1.0
) and release title (e.g.,Initial Release
). - Add a description for your release.
- Attach the APK file by dragging and dropping it into the release description area or by using the "Attach binaries by dropping them here or selecting them" button.
- Click on "Publish release" to make the release live.
-
Open the app on your Android device.
-
Enter text manually.
OR
Use the camera and Press the Scan text button to Capture text.
-
The app will automatically detect the language and provide a translation.
- Kotlin - The programming language used.
- Firebase ML Kit - For language identification and translation.
Feel free to contribute to this project by submitting a pull request. Please make sure to follow the standard GitHub flow when contributing.
- Thanks to the Firebase team for their awesome ML Kit.
- Inspiration and code snippets from various online resources.
Lav Kalsi