- Install dependencies by running:
pip install -r requirements.txt
- Open your default web browser and run the below command in terminal:
streamlit run src/app.py
-
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.
3.2 After selecting an image, click on "Upload" button to start processing.
3.3 Patiently wait for this image to be processed.
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.