A real-time license plate detection system using YOLOv8 with camera feed and SQL database storage. This project provides continuous license plate detection with duplicate prevention and stores results in a SQLite database.
- Real-time camera feed processing
- YOLOv8 license plate detection
- Duplicate prevention (configurable time window)
- SQL database storage with timestamps
- Live visualization with bounding boxes
- Frame capture and saving
- Custom model training pipeline
- Model evaluation and comparison tools
- Clean, modular code with proper error handling
This project uses uv as the package manager for fast, reliable dependency management.