Skip to content

Codesaur1618/ANPR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

License Plate Recognition

License Plate Recognition is a computer vision project that utilizes OpenCV to detect and extract license plate regions from a live video feed or recorded video. It applies a Haar cascade classifier trained on license plate images to identify and draw bounding boxes around license plates in real-time.

Requirements

To run the License Plate Recognition project, you need the following dependencies:

  • Python 3.x
  • OpenCV (cv2 module)
  • NumPy

You can install the required dependencies using pip:

pip install opencv-python numpy

Usage

  1. Clone the repository:

git clone https://github.com/your-username/license-plate-recognition.git

  1. Navigate to the project directory:

  2. Download the SAmple video in link:"https://drive.google.com/file/d/12sBfgLICdQEnDSOkVFZiJuUE6d3BeanT/view"

  3. Run the main.py script:

  4. The program will start capturing video from the default camera. It will detect license plates in the video feed and draw bounding boxes around them. If a license plate is detected, you can press the 'a' key to save the corresponding region of interest (ROI) as an image.

Contributing

Contributions to the License Plate Recognition project are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

๐Ÿš— License Plate Recognition with OpenCV! ๐Ÿ“ธ Unlock the power of computer vision with this GitHub project! Detect and extract license plate regions from live or recorded video using a sophisticated Haar cascade classifier. Ready to elevate your AI skills? Get started now! ๐ŸŒŸ #LicensePlateRecognition #ComputerVision #OpenCV #AIProjects #GitHub

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages