Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 827 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 827 Bytes

Objectify

It's an object detection app that uses YOLOv2 Tiny model for prediction of approx. 80 classes present in the coco dataset. The tflite model is integrated in flutter with minimal UI. As of now the app only supports still photos but I am working on detection on realtime video and the model to YOLOv4 tflite.

Steps to run

  1. First run install.bat
  2. Open terminal in the repo directory and run flutter pub get
  3. To create an APK file run flutter build apk and navigate to build\app\outputs\flutter-apk