Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shaqian/flutter_realtime_detection
- Owner: shaqian
- Created: 2019-02-17T14:49:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T22:02:46.000Z (about 2 years ago)
- Last Synced: 2024-08-04T05:02:58.888Z (5 months ago)
- Topics: camera, flutter, real-time, tflite
- Language: Dart
- Homepage:
- Size: 60.8 MB
- Stars: 836
- Watchers: 30
- Forks: 300
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
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)