Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rohithsaji97/toll_gate
This is a electronic toll collection system.
https://github.com/rohithsaji97/toll_gate
data-analysis digital-image-processing ocr-text-reader opencv python3 trained-models
Last synced: 10 days ago
JSON representation
This is a electronic toll collection system.
- Host: GitHub
- URL: https://github.com/rohithsaji97/toll_gate
- Owner: Rohithsaji97
- Created: 2023-09-13T15:57:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-12T10:18:02.000Z (about 1 year ago)
- Last Synced: 2024-11-19T12:26:53.762Z (2 months ago)
- Topics: data-analysis, digital-image-processing, ocr-text-reader, opencv, python3, trained-models
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Toll_GATE
This is an electronic toll collection system. Initially, the number plate is read by the system. It then goes to the database where the number is checked and the cash is deducted.
It can be compared to the FASTag system currently being used in India.
In the demo version, the webcam is used as a camera. It uses Pytesseract, an OCR, to recognize the text (the number plate). It compares and goes to the database to compare data and
the following procedures are done.