Skip to content

Traffic Sign Classifier using a convolutional neural network

Notifications You must be signed in to change notification settings

cdemutiis/Traffic_Sign_Classifier

Repository files navigation

Traffic Sign Classifier

Data Source:

wget https://d17h27t6h515a5.cloudfront.net/topher/2016/November/581faac4_traffic-signs-data/traffic-signs-data.zip

  • Create an Anaconda environment using conda env create -f environment.yml --name car_environment within the repo
  • Activate the Anaconda environment using source activate car_environment
  • Run jupyter notebook Traffic_Sign_Classifier-Feb18-FINAL.ipynb or jupyter notebook traffic-sign-classification-with-keras_feb23.ipynb within the repo

Starter Jupyter notebook provided by Udacity