https://github.com/anshulrgoyal/clorify
Clorify
https://github.com/anshulrgoyal/clorify
Last synced: 3 months ago
JSON representation
Clorify
- Host: GitHub
- URL: https://github.com/anshulrgoyal/clorify
- Owner: anshulrgoyal
- Created: 2019-03-31T06:11:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-31T06:14:30.000Z (about 6 years ago)
- Last Synced: 2025-02-05T04:44:49.210Z (4 months ago)
- Language: Dart
- Size: 41.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
For details: https://medium.com/@shaqian629/real-time-object-detection-in-flutter-b31c7ff9ef96
# new
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
```