Android | iOS | Linux | Mac | Windows | Web | |
---|---|---|---|---|---|---|
live | ✅ | ✅ | 🚧 | 🚧 |
Live object detection example following this example.
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.
Run 'sh ./scripts/download_model.sh' from your repo core folder to download tf models.