-
Notifications
You must be signed in to change notification settings - Fork 26
Documentation
OpenLPR is an open source license plate recognition system written in Python 3 and uses Deep Neural Networks to detect license plates, classify them and perform OCR.
A brief look inside the design and architecture governing the development of OpenLPR
Briefly exploring the FTP service which is the entry point of any image to the system.
Detection service finds the number plates and forwards to classification service. A brief description of the internals of detection service.
Classification serves many purposes, but especially towards identifying the region of interest in a detected plate for OCR.
Easily integrate your modbus devices with OpenLPR system with minimal code. See the video to find out more or visit https://github.com/faisalthaheem/open-lpr to read more.