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.
- 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)
- Python 3.x
- OpenCV
Number-Plate-Detection/
│
├── Numberplatedetection.py # Main script
└── README.md # Project documentation
