Skip to content

Latest commit

 

History

History
30 lines (14 loc) · 835 Bytes

README.md

File metadata and controls

30 lines (14 loc) · 835 Bytes

Traffic-Sign-Classifier Udacity Projcet

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.

Alt Text

Getting Started

Dependencies

Following packages should be installed on python 3:

  • Tensorflow
  • numpy
  • pandas
  • opencv

Dataset

Pickle version of the data can be found here

Instructions

To train the network form scarth, run the Traffic_Sign_Classifier.ipynb.