This repository is an implementation of converting the YOLOv10 object detection model to LiteRT (.tflite) format and deploy it on Android using Google AI Edge for on-device inference.
- Clone the repository on your local machine.
- Open the Colab notebook to export YOLOv10-N to LiteRT (TF Lite) format.
- Download the LiteRT model on your local machine and copy it in the
assets
folder. - Open the
Android_App
project in Android Studio and let it build. - Install the app on your phone and enjoy real-time object detection on Android.
- Colab Notebook:
- Medium Blog for step-by-step implementation
- Official documentation of YOLOv10 by Ultralytics
- Google AI Edge LiteRT
This project was developed during Google's ML Developer Programs AI Sprint. Thanks to the MLDP team for providing Google Cloud credits to support this project.