Data Source:
- 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