Live Object Detection is a Flutter app designed for both Android and iOS platforms. It utilizes real-time camera stream to identify objects and allows users to zoom in on them for a closer look.
- Real-time object detection using the device camera
- Zoom functionality to get a closer view of detected objects
- Support for both Android and iOS platforms
To run this app on your device, follow these steps:
-
Clone this repository:
git clone https://github.com/your-username/live-object-detection.git
-
Navigate to the project directory:
cd live-object-detection
-
Install dependencies
flutter pub get
-
Run the app
flutter run
Once the app is running on your device, point the camera at an object, and the app will start detecting objects in real-time. You can use the zoom functionality to get a closer look at the detected objects.
We welcome contributions to improve Live Object Detection. If you would like to contribute, please follow these steps:
- Fork the repository
- Create your feature branch (git checkout -b feature/YourFeature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin feature/YourFeature)
- Create a new Pull Request