This project aims to predict German street signs using the GTSRB - German Traffic Sign Recognition Benchmark dataset.
.
├── .vscode # Visual Studio Code configurations
├── MITDeepLearning # Custom-made models for better understanding
├── Models # Saved trained models
├── README.md
├── deep_learning_models.py # Custom made deep learning models
├── mnist_dataset_example.py # "Hello world" of deep learning
├── my_predictor.py # Single image predictor
├── my_utils.py # Utilities
└── street_signs.py # For training and testing created models