Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.18 KB

File metadata and controls

29 lines (20 loc) · 1.18 KB

TrafficSignClassification

Classification of traffic signs using CNN

The data set used is German Traffic Sign Classification data set and can be download from https://www.kaggle.com/datasets/meowmeowmeowmeowmeow/gtsrb-german-traffic-sign. We are going to make a cnn model which classifies the traffic signs with high precision.

Prerequicites

  • Python 3
  • Tenserflow(above vs 2.0)
  • Scikit learn
  • OpenCV
  • Matlplotlib

Visualising Dataset File Distribution

file distribution for training

Model Training

Screenshot 2023-05-28 011800

Evaluation Model Graph

output

Predictions

predictions

Test Data Accuracy

Screenshot 2023-05-28 043715