๐ License Plate Recognition (RT-DETR v2)
๐ Overview
This application detects vehicle license plates from images and automatically extracts the text using a modern, transformer-based computer vision pipeline. The demo is built as a production-ready Gradio app and deployed on Hugging Face Spaces.
โ๏ธ How It Works
- ๐ง RT-DETR v2 performs high-accuracy, real-time license plate detection
- โ๏ธ Detected license plate regions are cropped with padding
- ๐ค EasyOCR recognizes characters from each detected plate
- ๐ผ๏ธ Bounding boxes and recognized text are cleanly visualized on the image with readable labels
๐ค How to Use
- ๐ธ Upload an image containing a vehicle
- ๐ง The model automatically detects license plates
- ๐ค License plate text is extracted using OCR
- โ The annotated image and recognized text are displayed
Examples