๐Ÿš— 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

  1. ๐Ÿ“ธ Upload an image containing a vehicle
  2. ๐Ÿง  The model automatically detects license plates
  3. ๐Ÿ”ค License plate text is extracted using OCR
  4. โœ… The annotated image and recognized text are displayed
Examples