This project demonstrates real-time license plate detection using YOLOv8. The dataset is provided via Roboflow and trained using Ultralytics' YOLOv8 framework.
- Trainable on custom datasets
- Detect license plates in videos (demo included)
- Simple inference pipeline via Python
git clone https://github.com/yourusername/LicensePlate-Detection-YOLOv8.git
cd LicensePlate-Detection-YOLOv8
pip install -r requirements.txt