Spaces:
Sleeping
Sleeping
A newer version of the Streamlit SDK is available: 1.56.0
metadata
title: License Plate Recognition
emoji: π
colorFrom: blue
colorTo: indigo
sdk: streamlit
sdk_version: 1.52.2
app_file: app.py
pinned: false
π License Plate Recognition App
This Streamlit app uses a YOLOv8 model to detect and recognize license plates in uploaded images. Itβs deployed on Hugging Face Spaces and runs entirely in the browser.
π Features
- Upload an image (JPG/PNG)
- Detect license plates using YOLOv8
- Display bounding boxes and plate labels
- Show detection summary with class counts
π§ Model
- Trained on a custom dataset of vehicle license plates
- YOLOv8 architecture (Ultralytics)
- Inference powered by
ultralyticsandPillow
π οΈ Tech Stack
- Streamlit
- Ultralytics YOLO
- Pillow
- Python 3.11
π¦ Installation (for local use)
pip install -r requirements.txt
streamlit run app.py