Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 737 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 737 Bytes

YOLOv8 Live Object Detection Android Application

Description

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.

Getting Started

To use this repository for any custom YOLOv8 Object detection model, follow these steps:

  1. Clone this repository to your local machine using git clone https://github.com/surendramaran/YOLOv8-TfLite-Object-Detector.
  2. Put your .tflite model and .txt label file inside the assets folder
  3. Rename paths of your model and labels file in Constants.kt file
  4. Build and Run: