Skip to content

📷 Uses computer vision to detect and read license plates from a camera feed in real time

Notifications You must be signed in to change notification settings

svedev0/cv-license-plates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

📷 Computer vision license plate recognition

This Python project uses the CV2 computer vision library to detect and read license plates from a camera feed in real time and log the captured license plate numbers. Currently, the program is optimised for standard European license plates (e.g. ABC123, ABC12D, etc.). Please note that this project is a proof of concept and is not for production use.

Installation

  1. Clone the repository:
    git clone https://github.com/svedev0/cv-license-plates
    
  2. Install dependencies:
    Download both Tesseract-OCR and haarcascade_frontalface_default.xml and place them in the root directory.

Due to licensing concerns, Tesseract-OCR and the haarcascade_frontalface_default.xml file are not included in this repository. Please download them on your own. Google is your friend!

About

📷 Uses computer vision to detect and read license plates from a camera feed in real time

Topics

Resources

Stars

Watchers

Forks

Languages