This Android application is designed to perform live object detection using the YOLOv8 machine learning model. YOLOv8 (You Only Look Once version 8) is known for its real-time object detection capabilities, and this app brings that functionality to Android devices.
To use this repository for any custom YOLOv8 Object detection model, follow these steps:
- Clone this repository to your local machine using
- Put your .tflite model and .txt label file inside the assets folder
- Rename paths of your model and labels file in Constants.kt file
- Build and Run: