Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 909 Bytes

File metadata and controls

40 lines (25 loc) · 909 Bytes

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

Demo Screenshot


🧠 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