Number Plate Detection ππ
This project is a simple Number Plate Detection system built using Python and OpenCV.
It uses classical image processing techniques and OpenCVβs built-in Haar Cascade classifier to detect vehicle number plates in real time using a webcam.
πΈ Demo
π§ Features
- Real-time number plate detection using webcam
- Uses OpenCVβs built-in Haar Cascade classifier
- Draws bounding boxes around detected number plates
- Lightweight and beginner-friendly
- Can be extended for OCR (text extraction)
π οΈ Technologies Used
- Python 3.x
- OpenCV
π Project Structure
Number-Plate-Detection/
β
βββ Numberplatedetection.py # Main script
βββ README.md # Project documentation