Home

Awesome

KotlinDL Android inference demo application official JetBrains project

Slack channel

<img src="./readme_materials/sheeps.png" alt="sheeps" width="200"/><img src="./readme_materials/pose.jpg" alt="pose" width="200"/><img src="./readme_materials/face.jpg" alt="face" width="200"/>

This repo demonstrates how to use KotlinDL for neural network inference on Android devices. It contains a simple Android app that uses KotlinDL to demonstrate the inference of a bunch of pre-trained models for different computer vision tasks.

The list of demonstrated models includes:

This application is based on CameraX Android API and uses the latest KotlinDL version. The actual model inference is performed by the Onnx Runtime.

This example is based on ort_image_classification example