Skip to content

badreOuchida/yolov5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

streamlit_experiment_license_plate_recognition

To use the license plate recogniton web app, please follow the instructions:

  1. Install dependencies by running:
pip install -r requirements.txt
  1. Open your default web browser and run the below command in terminal:
 streamlit run src/app.py
  1. The web app will pop up in your browser automatically.

    3.1 Please click on the "Browse files" button to upload one image with a license plate.

    step1

    3.2 After selecting an image, click on "Upload" button to start processing.

    step2

    3.3 Patiently wait for this image to be processed.

    step3

    3.4 Once the license plate recognition has been completed, you should be able to see the license plate number in text and the image with the predicted bounding box.

    step4

To learn how to develop a similar web app, please refer to my Medium article below.

Build a License Plate Recognition App using Streamlit.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages