Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-04T17:04:46.000Z (10 months ago)
- Last Synced: 2024-04-25T04:36:11.131Z (8 months ago)
- Topics: flutter, flutter-apps, flutter-examples, object-classification, object-detection, realtime-object-tracker, tensorflowlite
- Language: C++
- Homepage:
- Size: 2.98 MB
- Stars: 1
- 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:
![WhatsApp Image 2024-03-04 at 10 32 20 PM (1)](https://github.com/YasinzHyper/IntelliCam/assets/113431400/21c48a6f-fcc6-4f4a-8dde-a16905b829c2)
![WhatsApp Image 2024-03-04 at 10 32 20 PM](https://github.com/YasinzHyper/IntelliCam/assets/113431400/a7a49c1f-3fbb-4aef-bb78-577b2f3400ba)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.