Traffic sign classification
Traffic signs classification is the process of identifying which class a traffic sign belongs to.
- Contains the model for classifying the name of traffic sign. Also contains the gui for traffic classification.
$ git clone https://github.com/CodeChefVIT/Traffic-Sign-Classification
$ cd Traffic-Sign-Classification
You can step through the spyder at traffic_sign_classification 2.py.
If you want to run the model training , in a stand-alone script, run traffic_sign_classification.py.
If you want to run the ui for the traffic sign classifier run tkinter.py.
With ❤️ by CodeChef-VIT