# flutter_realtime_detection **Repository Path**: GanZhouPHP/flutter_realtime_detection ## Basic Information - **Project Name**: flutter_realtime_detection - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-10-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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)