/svhn-cv

using Computer vision techniques to detect digits in the SVHN dataset

Primary LanguageJupyter Notebook

How to run

  • Make sure all dependencies are installed
pip install opencv-python numpy
  • Make sure to download the dataset from SVHN
  • Make a directory named data in the root directory of the repo
  • Extract the SVHN data in the data directory
  • Run the code using Jupyter notebook!
  • The notebook explains what each snippet of the code does

NOTE: You can extract the data from SVHN in the directory you like but make sure to change the path variable in the notebook