Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 526 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 526 Bytes

Traffic-Sign-Classification

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.

Technologies

  • Python
  • OpenCV
  • keras

DataSet

The dataset used for training the model is from :

download the dataset from https://www.kaggle.com/meowmeowmeowmeowmeow/gtsrb-german-traffic-sign

Usage

You have to install the required packages, you can do it:

  • via pip
  pip install -r requirements.txt