Traffic sign board classification using Keras and Deep Learning, with user defined model. We have created 2 deep learning models to further examine the results.
- Python
- OpenCV
- keras
The dataset used for training the model is from :
download the dataset from https://www.kaggle.com/meowmeowmeowmeowmeow/gtsrb-german-traffic-sign
You have to install the required packages, you can do it:
- via pip
pip install -r requirements.txt