https://github.com/vjgpt/vehicle-number-plate-reading
Read Vehicle Number Plate and store the data in a CSV file with date and time.
https://github.com/vjgpt/vehicle-number-plate-reading
license-plate-recognition number-plate-recognition number-plates opencv recognition tesseract vehicle-identification-number
Last synced: 18 days ago
JSON representation
Read Vehicle Number Plate and store the data in a CSV file with date and time.
- Host: GitHub
- URL: https://github.com/vjgpt/vehicle-number-plate-reading
- Owner: vjgpt
- Created: 2018-11-01T14:56:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-10T13:20:02.000Z (almost 5 years ago)
- Last Synced: 2025-03-24T16:41:42.551Z (about 1 month ago)
- Topics: license-plate-recognition, number-plate-recognition, number-plates, opencv, recognition, tesseract, vehicle-identification-number
- Language: Python
- Homepage:
- Size: 331 KB
- Stars: 78
- Watchers: 3
- Forks: 56
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://github.com/tesseract-ocr/tesseract/wiki)## 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 the`config` 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