
Vehicle & Plate Detection
Vehicle detection and plate reading from a camera: finds objects with YOLO and reads the plate text with EasyOCR.
PythonYOLO · UltralyticsEasyOCROpenCVPyTorch
What it does
Detects vehicles in a camera/video stream and reads the license plate into text.
How it works
- Captures frames with OpenCV.
- Runs object/vehicle detection with YOLO (Ultralytics).
- Reads the plate region into text with EasyOCR.
Stack
Python · Ultralytics (YOLO) · EasyOCR · OpenCV · PyTorch (CUDA).