Skip to content

Intelligent Camera - a Flutter app for real-time object detection and classification

Notifications You must be signed in to change notification settings

YasinzHyper/IntelliCam

Repository files navigation

WhatsApp.Video.2024-03-04.at.10.32.20.PM.mp4

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) WhatsApp Image 2024-03-04 at 10 32 20 PM

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.