ClearPlate AI is a computer vision MVP that detects vehicles and verifies license plate compliance using YOLOv8.
It flags vehicles with plates (compliant) and without plates (non-compliant) in video footage.
Built as a lightweight, modular project suitable for demos, hackathons, and early-stage product validation.
β
Vehicle detection
β
License plate detection
β
Compliance classification (Green = compliant, Red = no plate)
β
Annotated video output
β
Simple and extensible architecture
- Python 3.9+
- Ultralytics YOLOv8
- OpenCV
- NumPy
plate-compliance-mvp/ β βββ input/ # Input videos βββ output/ # Processed videos βββ models/ # YOLO models β βββ main.py # Core detection logic βββ download_models.py # Model downloader βββ requirements.txt βββ README.md