hostel's picture
commit1
8469972 verified
|
Raw
History Blame Contribute Delete
871 Bytes

License Plate Detection Dashboard

A Streamlit dashboard for visualizing license plate detections from video footage. --- title: "License Plate Detection" emoji: "๐Ÿš—" colorFrom: "blue" colorTo: "indigo" sdk: "streamlit" sdk_version: "1.27.2" app_file: "app.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:
pip install -r requirements.txt
  1. Run the application:
streamlit run frontend.py