Real-Time Object Detection System using YOLOv5 and Flutter
SmartEye is an advanced real-time object detection system that leverages the power of YOLOv5 algorithm and Flutter framework to provide accurate and efficient object detection capabilities. Whether you're using live camera feed, video, or static images, SmartEye delivers instant results with high precision.
- Real-time Detection: Instant object detection using YOLOv5 algorithm
- Multiple Input Sources:
- 📸 Live Camera Feed
- 🎥 Video Processing
- 🖼️ Static Image Analysis
- Cross-Platform: Built with Flutter for seamless performance across different devices
- User-Friendly Interface: Intuitive design for easy navigation and operation
- High Performance: Optimized for low latency and high accuracy
- Flutter SDK
- YOLOv5 Libraries
- OpenCV for image processing
- Mobile device with compatible OS
- Smartphone with:
- Compatible camera
- Sufficient processing power for real-time detection
- Adequate storage space for the application
graph TD
A[Input Source] --> B[Image Processing]
B --> C[YOLOv5 Detection]
C --> D[Result Processing]
D --> E[User Interface]
- Zulkifli (2022573010057)
- Muhammad Alfata (2022573010094)
- Muhammad Rasyid Wanandi (2022573010104)
- Fachri Yumanda Putra (2022573010089)
Politeknik Negeri Lhokseumawe - Information Technology Department
- Home Screen: Quick access buttons for different input sources
- Settings Page: Customizable detection parameters
- Results Page: Detailed view of detected objects
- Live Detection: Real-time object tracking with visual feedback
- Input Selection: Choose between camera, video, or image input
- Processing: Real-time image processing using YOLOv5
- Detection: Object identification and tracking
- Display: Visual feedback with bounding boxes and labels
- Results: Detailed information about detected objects
- High accuracy in object detection
- Low latency for real-time processing
- Optimized resource usage
- Smooth user experience
- Additional object detection models
- Enhanced tracking capabilities
- Extended database integration
- Advanced analytics features
This project is developed as part of an academic requirement at Politeknik Negeri Lhokseumawe.
Last Updated: October 14, 2024