https://github.com/yasinzhyper/intellicam
Intelligent Camera - a Flutter app for real-time object detection and classification
https://github.com/yasinzhyper/intellicam
flutter flutter-apps flutter-examples object-classification object-detection realtime-object-tracker tensorflowlite
Last synced: about 1 year ago
JSON representation
Intelligent Camera - a Flutter app for real-time object detection and classification
- Host: GitHub
- URL: https://github.com/yasinzhyper/intellicam
- Owner: YasinzHyper
- Created: 2024-03-04T16:54:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-04T17:04:46.000Z (about 2 years ago)
- Last Synced: 2025-01-13T06:09:06.603Z (about 1 year ago)
- Topics: flutter, flutter-apps, flutter-examples, object-classification, object-detection, realtime-object-tracker, tensorflowlite
- Language: C++
- Homepage:
- Size: 2.98 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
https://github.com/YasinzHyper/IntelliCam/assets/113431400/bb4c2344-0174-437a-a092-0f551543e4f1
# intellicam
An Intelligent Camera with real-time object detection and object classification.
This project utilizes the tensorFLow Lite library for running the model for object detection and classification.
Note: (Work in progress) The zoom function for a specific device may not work 100% accurately depending on the device used.
## Getting Started
To run the project:
- Clone the repository
- Get all the packages/dependencies by running: flutter pub get
- Run the app on an emulator or physical Android device: flutter run
## Some working snapshots:


A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.