All Projects
Ishara

Ishara

Ishara is a Native Android app for learning Indonesian Sign Language (BISINDO) through gamification, using an on-device TensorFlow Lite model to recognize hand gestures in real-time.

Role

Android Developer

Year

2023

Platform

Android

Status

Completed
AndroidTensorFlow LiteMachine LearningEdTechGamificationKotlin

Use Case

Ishara is designed to make Indonesian Sign Language (BISINDO) more accessible to the general public through an engaging, gamified learning experience. With XP points, levels, and daily challenges, users are motivated to keep practicing until they can confidently recognize and produce hand gestures.

Key Features

Technical Challenges

The gesture classification model was trained on a manually curated BISINDO dataset, then converted to .tflite format and optimized with INT8 quantization to achieve low inference latency (<50ms) on mid-range Android devices. MediaPipe handles hand landmark extraction before data is passed to the classifier.