souravrs999 / License-Plate-Recognition

A pytorch implementation of a darkent trained yolov4-tiny model that can detect number plates and helmets if a number plate is detected it is passed through an OCR to recognize the number
MIT License
73 stars 17 forks source link

How to get data regarding openalpr #2

Open amarnathreddy0201 opened 11 months ago

amarnathreddy0201 commented 11 months ago

from openalpr import Alpr

alpr = Alpr("us", "/etc/openalpr/openalpr.conf", "/usr/share/openalpr/runtime_data/")