This project employs the YOLO (You Only Look Once) algorithm to detect license plates in images and videos. It features a Streamlit app for an interactive user experience, allowing uploads for detection. The project processes both images and videos, offering versatile use cases.
- Clone the repository and navigate to the project directory.
- Install dependencies:
pip install -r requirements.txt
.
Run the app with streamlit run app.py
. Upload your files through the app's interface to detect license plates.
The dataset was sourced from Roboflow: Plate License Dataset.
Contributions are welcome. Please fork, modify, and submit a pull request.