Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 1.29 KB

README.md

File metadata and controls

27 lines (14 loc) · 1.29 KB

Project: Build a Traffic Sign Recognition Program

Udacity - Self-Driving Car NanoDegree

Overview

Stop Sign

Traffic signs recognition is needed in autonomous vehicles to drive safely. In this project, I created a deep model in Tensorflow using Convolutional Neural Networks to classify traffic signs. The model was trained and validated using the German Traffic Sign Dataset. After the model was trained, it was tried out on images of German traffic signs found on the web.

Dependencies

This project requires:

The enviroment can be created with CarND Term1 Starter Kit. Click here for the details.

Dataset

The German Traffic Sign Dataset used in this project is automatically downloaded in the Juputer Notebook.

Run

Open the Jupyter notebook Traffic_Sign_Classifier.ipynb and run. This notebook is self-contained. Please note that the training time might be a lot if run on a CPU.