Project made for Trilha's Hackathon and for all visually impaired people!
ClarIAr is a feature created to upgrade the functionality of TalkBack, improving the experience for visually impaired users in Android smartphones. It implements Artificial Intelligence to describe images on the screen with more accuracy and details. In other words, ClarIAr is an accessibility resource created to enable blind people to use their phones in a more efficient way!
- Android Studio
- Groq API Key
- Create a file
secrets.xmlinapp/src/main/res/values/ - Add your Groq API key:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="groq_api_key">YOUR_GROQ_API_KEY_HERE</string>
</resources>- Open Android Studio
- Click on "Tools" > "Device Manager"
- Click "Create Device"
- Select a device definition (e.g., Pixel 4)
- Choose a system image (recommended: latest stable Android version)
- Name your virtual device and finish setup
- Launch the created virtual device
- Open the project in Android Studio
- Click "Run" (green play button)
- (Make sure your computer Virtualization* is on)
*Virtualization: can be turned on in your PC's BIOS settings
- Enable Developer Options on your Android phone
- Enable USB Debugging
- Connect phone via USB
- Authorize the connection on your device
- Select your device in Android Studio's device dropdown
- Click "Run"

