This project includes the necessary files required for Performing Number Plate Extraction and Digit Recognition . You can run the project locally yourself or acess the streamlit dashboard hosted at streamlit.cloud
Make sure you have conda or other virtual environment installed
Make sure you have created a virtual environment. The Requirements.txt file containe the list of libraries that are required to run this project.
conda activate <venv-name>
pip install -r requirements.txt
After installing the necessary files you can acess the dashboard with the following command
streamlit run number.py
Access the dashboard on streamlit cloud :
Use the upload button to select and upload images of vehicles with visible number plates.
The dashboard will display the extracted number plates and details.
You may have options to download the processed images or data for further analysis.