Vehicle-Number-Plate-Reading
Vehicle-Number-Plate-Reading copied to clipboard
Read Vehicle Number Plate and store the data in a CSV file with date and time.
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

Dependencies
- OpenCV
- Pandas
- Tesseract 4
Usage
data.csvcontains 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.pyand change theconfigvariable. - In
configvariable change 'eng' to your preferred language.
- Open
- Use Tesseract 4 as this is the latest version which uses LSTM network.
Run the following:
python test.py