-
Using python api
git clone https://github.com/yMayanand/number_plate_recognition.git
cd number_plate_recognition
from main import read_number_plate import cv2 image = cv2.imread('test.jpg') # predicts bounding boxes and number plate of images boxes, texts = read_number_plate(image)
-
Using Command line
git clone https://github.com/yMayanand/number_plate_recognition.git
cd number_plate_recognition
python main.py --image add_here_path_to_your_image
result will be saved as
result.jpg
-
Notifications
You must be signed in to change notification settings - Fork 1
yMayanand/number_plate_recognition
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Packages 0
No packages published