Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

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