Skip to content

Conversation

@iamdevdhanush
Copy link

What is this Python project?

This is a real-time Number Plate Detection project using Python and OpenCV.
It detects vehicle number plates from webcam feed, images, or video, and optionally saves cropped plate images.
It is beginner-friendly and modular, so others can expand it for automation, security, or traffic monitoring projects.

Features

  • Real-time detection using OpenCV (Haar cascades + contour filtering)
  • Works with images, video, and webcam feed
  • Saves detected number plates as images with timestamp
  • Modular and easy to extend for ANPR or traffic analytics projects

Why it is useful / Difference from similar projects

  • Lightweight and runs in real-time without heavy models
  • Easy-to-understand code for beginners learning OpenCV and image processing
  • Can be integrated with OCR tools like EasyOCR for full license plate recognition
  • Serves as a base for traffic monitoring, security, or AI experiments

Anyone who agrees with this pull request could submit an Approve review to it.

@github-actions
Copy link

👋 @iamdevdhanush
Thank you for raising your pull request.
Please make sure you have followed our contributing guidelines. We will review it as soon as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant