This repository contains the mobile application development code for Brait, an app for translate braille to latin word.
- Login: Allows users to login to their Brait Account
- Register: Allows users to make new account to their Brait Account
- Profile: Show users profile information
- Homepage: display the main feature translate braille to Latin letters by
entering an image then displaying the results of the translation
To get started with the Brait mobile app, follow the instructions below.
Make sure you have the following installed on your development machine:
- Android Studio : Android Studio is an integrated development environment (IDE) specifically designed for building Android applications (for Android development). Installation Guide
- Instalasi Azul OpenJDK : Azul OpenJDK is a distribution of OpenJDK, which is an open source implementation of the Java platform. Installation Guide
- Instalasi Gradle : Gradle is a tool or build system used in software development to automate the process of compiling, testing, and deploying applications. Installation Guide
- Clone the repository:
git clone https://github.com/BRAIT-Braille-Translator/BRAIT-Mobile-Dev.git
- Navigate to the project directory:
cd BRAIT-Mobile-Dev
- Connect a device or start an emulator (AVD)
- Run the app:
run
- The app should now be running on your device or emulator.
Upon launching the Brait app, you will be presented with the login page, Enter your login credential (email and password). If you don't have an account, you can register by tapping on the "Create Account?" button.
Once logged in, you will be taken to the homepage, which display the main feature translate braille to Latin letters that display the image preview, translate button, bellow the translate button there is a text display to display the tranlation results, and on the top right corner there is profile image icon that show users information.
How to use:
- click the image preview, Select the image you want to translate
- then click the translate button
- Wait a second, the system will detect your image
- If success, the application will display the translation results in the box bellow
- This project is created for educational purpose as the requirement to graduate from Bangkit Academy led by Google, Tokopedia, Gojek, & Traveloka.