In this project, we train a convolutional neural network (CNN) to classify the 43 distinct traffic signs in German traffic sign dataset. The dataset can be found in this link.
Following packages should be installed on python 3:
- Tensorflow
- numpy
- pandas
- opencv
Pickle version of the data can be found here
To train the network form scarth, run the Traffic_Sign_Classifier.ipynb.