The Street View House Numbers (SVHN) Dataset is an image digit recognition dataset of over 600,000 digit images coming from real world data. Images are cropped to 32x32.
git clone https://github.com/airiuz/SVHN_dataset.git
cd SHVN_dataset
To use the SHVN_dataset dataset, it is recommended to create a virtual environment in Python. You can do this by using the virtualenv package. First, install virtualenv using pip:
python -m pip install --user virtualenv
python -m venv your_env
your_env\Scripts\activate.bat
pip install -r requirement.txt
jupyter notebook
streamlit run streamlit.py