Demo project of ailia SDK with Android Studio (Kotlin)
- macOS 12.1 / Windows 11
 - Android Studio 2023.1.1
 - Gradle 7.4.2
 - 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 | ailia TFLite Runtime | 
| Object Tracking | ByteTrack | ailia TFLite Runtime + ailia Tracker | 
| Image Classification | MobileNetV2 | ailia TFLite Runtime | 
| NLP | GPT2 Tokenizer | ailia Tokenizer | 
| Whisper | Whisper | ailia Speech | 
You can select the model at the top. In the second, you can choose between image or camera.

