license-plate-recognition icon indicating copy to clipboard operation
license-plate-recognition copied to clipboard

"MORE THAN LICENSE PLATE RECOGNITION!" This project provides prediction for brand, color and year of the vehicles with OpenCV and OpenALPR API.

Results 5 license-plate-recognition issues
Sort by recently updated
recently updated
newest added

main_gui.py references an import that is missing on line 11: from detect_face_video import main There is no detect_face_video directory in the repo. Could you please add that so the project...

You should add a requirements.txt file so required libraries can be installed prior to running the project.

the current algorithm is simply searching for a rectangle within the image and then it displays it. Which on some images it displays the windshield instead. Need to check weather...