whizbuzzer / German-Street-signs-predictor

Programs created using Tensorflow 2.5.2, CUDA 11.5 and CUDNN 8.2.2.26

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

German Street Signs predictor using Tensorflow 2

by Aniket N Prabhu

This project aims to predict German street signs using the GTSRB - German Traffic Sign Recognition Benchmark dataset.

File details:

.
├── .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

About

Programs created using Tensorflow 2.5.2, CUDA 11.5 and CUDNN 8.2.2.26


Languages

Language:PureBasic 60.3%Language:Python 39.7%