Skip to content

Developed using python. This code can use camera to capture the picture of a car with license plate and use image processing to extract number plate details from the image. Saves the number plate along with time and status to a MySQL database as sepcified

Notifications You must be signed in to change notification settings

2000prasanth/License-Plate-Recognition-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

License Plate Recognition System

This project uses Python and OpenCV to build a license plate recognition system that can capture an image of a vehicle using a camera, process the image to extract the license plate, and recognize the characters on the plate using optical character recognition (OCR).

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Python 3.8
  • OpenCV
  • Pytesseract

Installing

  1. Clone the repo
  2. Install dependencies
  3. Run final.py

Usage

Press spacebar to capture an image. The license plate will be extracted and recognized, and the results displayed.

Authors

Prasanth K V

License

MIT

About

Developed using python. This code can use camera to capture the picture of a car with license plate and use image processing to extract number plate details from the image. Saves the number plate along with time and status to a MySQL database as sepcified

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages