Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.41 KB

README.md

File metadata and controls

39 lines (23 loc) · 1.41 KB

Traffic Sign Classifier

Udacity Self-Driving Car Nanodegree Project 2

In this project, deep neural networks and convolutional neural networks were used to classify traffic signs. Specifically, a model was trained to classify traffic signs from the German Traffic Sign Dataset.

Install

This project requires Python 3.5 with the following libraries installed:

You will also need to have software installed to run and execute a Jupyter Notebook.

Code

The completed code is provided in the notebook Traffic_Signs_Recognition.ipynb notebook file.

Another tutorial code is also provided in the notebook traffic-sign-classification-with-keras.ipynb notebook file. This code requires Keras library installed.

Run

Make sure you are in the top-level project directory Udacity_SDCND_traffic-signs/ (that contains this README). Then run:

jupyter notebook Traffic_Signs_Recognition.ipynb

Data

German Traffic Sign Dataset

License

The contents of this repository are covered under the MIT License.