/live_detection

live detection app using tensorflow lite and dart

Primary LanguageDart

Object Detection

Android iOS Linux Mac Windows Web
live ✅ ✅ 🚧 🚧

Live object detection example following this example.

Overview

This application is a simple demonstration of the tflite_flutter package.

Object detection applies on an image stream from camera (portrait mode only for the showcase purpose). All expensive and heavy operations are performed in a separate background isolate.

How to start

Run 'sh ./scripts/download_model.sh' from your repo core folder to download tf models.

Sample output