You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Developed a Deep Neural Network model which classifies the traffic signs.By using Digital Image Processing techniques likes Gray Scale Conversion,Histogram Equalization,Image normalization ,we preprocessed the images.By using Convoultional Neural Network model, from keras framework developed a working model. This model gives 96% accurate results.