Demo project of ailia SDK with Android Studio (Kotlin)
- macOS 12.1 / Windows 11
- Android Studio 2025.1.3
- Gradle 8.13.2
- Kotlin 1.8.22
- ailia SDK 1.5.0
Download dependent libraries via submodule.
git submodule init
git submodule update
| Category | Model | SDK |
|---|---|---|
| Pose Estimation | Light Weight Human Pose Estimation | ailia SDK (ONNX) |
| Object Detection | YOLOX (TFLite) / YOLOX (ONNX) | ailia TFLite Runtime / ailia SDK (ONNX) |
| Object Tracking | ByteTrack | ailia TFLite Runtime / ailia SDK (ONNX) + ailia Tracker |
| Image Classification | MobileNetV2 (TFLite) / MobileNetV2 (ONNX) | ailia TFLite Runtime / ailia SDK (ONNX) |
| Zero-Shot Classification | multilingual-MiniLMv2 | ailia Tokenizer + ailia SDK (ONNX) |
| Speech to Text | Whisper / SenseVoice | ailia AI Speech |
| Text to Speech | GPT-SoVITS | ailia AI Voice |
| LLM | Gemma 2 2B | ailia LLM |
| Multimodal LLM | Gemma 3 4B | ailia LLM |
| Pose Estimation | Object Detection | Tracking |
![]() |
![]() |
|
| Classification | Zero-Shot Classification | Speech to Text |
![]() |
![]() |
![]() |
| Text to Speech | LLM | Multimodal LLM |
![]() |
![]() |
![]() |







