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.
- Python 3
- Tenserflow(above vs 2.0)
- Scikit learn
- OpenCV
- Matlplotlib