This app serves as a demo of the tflite_flutter package in flutter for object detection.
The app features two models: EfficientDet and YOLOv8-Detection
Labels for the dataset were taken from here
YOLOv8 has NMS post-processing written entirely in Dart.
- Install Flutter by following the docs
 - Clone this repo.
 - Run 
flutter pub getin the project folder - Run 
flutter runorflutter build apkto either run on an emulator/device or generate an APK file to install on any device.