All Projects → vjgpt → Vehicle-Number-Plate-Reading

vjgpt / Vehicle-Number-Plate-Reading

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Vehicle-Number-Plate-Reading

deep-license-plate-recognition
Automatic License Plate Recognition (ALPR) or Automatic Number Plate Recognition (ANPR) software that works with any camera.
Stars: ✭ 309 (+557.45%)
Mutual labels:  license-plate-recognition, number-plate-recognition
SkeletonMatching
This repository implements skeleton matching algorithm.
Stars: ✭ 30 (-36.17%)
Mutual labels:  recognition
alpr utils
ALPR model in unconstrained scenarios for Chinese license plates
Stars: ✭ 158 (+236.17%)
Mutual labels:  license-plate-recognition
Chords.py
Neural networks applied in recognizing guitar chords using python, AutoML.NET with C# and .NET Core
Stars: ✭ 24 (-48.94%)
Mutual labels:  recognition
facial-expression-recognition
The main purpose of the project - recognition of emotions based on facial expressions. Cohn-Kanade data set (http://www.pitt.edu/~emotion/ck-spread.htm) is used for explorations and training
Stars: ✭ 60 (+27.66%)
Mutual labels:  recognition
ocr2text
Convert a PDF via OCR to a TXT file in UTF-8 encoding
Stars: ✭ 90 (+91.49%)
Mutual labels:  tesseract
pmOCR
A wrapper for tesseract / abbyyOCR11 ocr4linux finereader cli that can perform batch operations or monitor a directory and launch an OCR conversion on file activity
Stars: ✭ 53 (+12.77%)
Mutual labels:  tesseract
iOS-CoreML-Inceptionv3
Real-time Object Recognition using Apple's CoreML 2.0 and Vision API -
Stars: ✭ 46 (-2.13%)
Mutual labels:  recognition
timeline
Timeline - A photo organizer
Stars: ✭ 39 (-17.02%)
Mutual labels:  recognition
SRLCD
fast loop closure detection (online visual place recognition) via saliency re-identification IROS 2020
Stars: ✭ 78 (+65.96%)
Mutual labels:  recognition
saram
Get OCR in txt form from an image or pdf extension supporting multiple files from directory using pytesseract with auto rotation for wrong orientation. PYPI:
Stars: ✭ 51 (+8.51%)
Mutual labels:  tesseract
erpnext ocr
🐍 ⚗️ Optical Character Recognition using tesseract within Frappe.
Stars: ✭ 58 (+23.4%)
Mutual labels:  tesseract
memento
Organize your meme image cluster in a better format using OCR from the meme to sort them using tesseract along with editing memes by segmenting them using OpenCV within a directory
Stars: ✭ 70 (+48.94%)
Mutual labels:  tesseract
MouseTooltipTranslator
chrome extension - When mouse hover on text, it shows translated tooltip using google translate
Stars: ✭ 93 (+97.87%)
Mutual labels:  tesseract
How-to-use-tesseract-ocr-4.0-with-csharp
How to use Tesseract OCR 4.0 with C#
Stars: ✭ 60 (+27.66%)
Mutual labels:  tesseract
ReadToMe
No description or website provided.
Stars: ✭ 51 (+8.51%)
Mutual labels:  tesseract
VideoRecognitionTracking
Real time object or face detection recognition and tracking in video. The Full end-to-end project.
Stars: ✭ 36 (-23.4%)
Mutual labels:  recognition
small model face recognition
针对移动端的人脸识别需求,训练测试一些相关的小模型实验。
Stars: ✭ 27 (-42.55%)
Mutual labels:  recognition
ruzzle-solver
A python script that solves ruzzle boards
Stars: ✭ 46 (-2.13%)
Mutual labels:  tesseract
cnn-ocr-lp
OCR implementado con solo Redes Convolucionales (CNN) de Patentes Argentinas
Stars: ✭ 22 (-53.19%)
Mutual labels:  license-plate-recognition

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].