Skip to content

Read Vehicle Number Plate and store the data in a CSV file with date and time.

Notifications You must be signed in to change notification settings

RafeyIqbalRahman/Vehicle-Number-Plate-Reading

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vehicle-Number-Plate-Reading

This project is used to read the images of the vehicle licence number, convert that licence number to text and store the licence of it in a CSV file with date and time.

Application

This project can be used in parking area to keep track of every vehicle and make parking process easier.

Demo

Image

Dependencies

Usage

  • data.csv contains the date, time and vehicle licence number.
  • Tesseract is a library which uses OCR engine.
  • Tesseract contain more than hundred languages to choose, if you want to change:
    • Open test.py and change theconfig variable.
    • In config variable change 'eng' to your preferred language.
  • Use Tesseract 4 as this is the latest version which uses LSTM network.

Run the following:

python test.py

About

Read Vehicle Number Plate and store the data in a CSV file with date and time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%