| ---
|
| title: License Plate Detection
|
| emoji: ๐
|
| colorFrom: blue
|
| colorTo: green
|
| sdk: streamlit
|
| sdk_version: "1.27.2"
|
| app_file: app_secure.py
|
| pinned: false
|
| ---
|
|
|
| # License Plate Detection System
|
|
|
| This application uses YOLOv8 for license plate detection and provides a real-time dashboard for monitoring detections.
|
|
|
| ## Features
|
|
|
| - Real-time statistics of detections
|
| - Timeline visualization of detections
|
| - Image gallery of detected license plates
|
| - Filterable data table
|
| - Confidence score analysis
|
|
|
| ## Requirements
|
|
|
| See requirements.txt for detailed dependencies.
|
|
|
| ## Setup
|
|
|
| 1. Install dependencies:
|
| ```bash
|
| pip install -r requirements.txt
|
| ```
|
|
|
| 2. Run the application:
|
| ```bash
|
| streamlit run frontend.py
|
| ``` |