Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shaqian/flutter_realtime_detection

Real-time detection demo for Flutter tflite plugin
https://github.com/shaqian/flutter_realtime_detection

camera flutter real-time tflite

Last synced: about 1 month ago
JSON representation

Real-time detection demo for Flutter tflite plugin

Awesome Lists containing this project

README

        

For details: https://medium.com/@shaqian629/real-time-object-detection-in-flutter-b31c7ff9ef96

# flutter_realtime_detection

Real-time object detection in Flutter using [camera](https://pub.dartlang.org/packages/camera) and [tflite](https://pub.dartlang.org/packages/tflite) plugin.

## Install

```
flutter packages get
```

## Run

```
flutter run
```

## Models

- Image Classification
- MobileNet

- Object Detection
- SSD MobileNet
- Yolov2 Tiny

- Pose Estimation
- PoseNet

## Previews

![](preview.jpg)