License Plate Detection with YoloV8 and EasyOCR ๐Ÿš—

License Plate Detection with YoloV8 and EasyOCR ๐Ÿš—

ยท

1 min read


License Plate Detection and Text Extraction with YoloV8 and EasyOCR

Using both the COCO Model to detect the vehicles and the License Plate Model to recognize the plate, and then with EasyOCR to extract the info from the cropped plate image.

Check-it out

Test the Model by running the app.py file, built with Streamlit.

Run

streamlit run app.py

Resources:

ย