Skip to content

Traffic Sign Classifier Project In this project, you will use what you've learned about deep neural networks and convolutional neural networks to classify traffic signs. Specifically, you'll train a model to classify traffic signs from the German Traffic Sign Dataset.

Notifications You must be signed in to change notification settings

IamShivamJaiswal/carnd-term1-project2-traffic_sign_classifier-

 
 

Repository files navigation

Traffic Sign Classifier Project

In this project, deep neural networks and convolutional neural networks are used to classify traffic signs. Specifically,we will train a model to classify traffic signs from the German Traffic Sign Dataset.A good resource can be found here Link.

Project Files

  1. Jupyter Notebook: a IPython file containing project code.
  2. HTML file : a jupyter notebook exported as HTML for users.
  3. Project report : contains brief write up explaining the solution and approach to it.
  4. signnames.csv file : contains classid to description mapping of traffic signs that we may need for verifying.
  5. new_images : folder having images from web that I used for testing
  6. visualizations : folder containing visual images at each steps.

Instruction for running the code:

  • while running on AWS instance please activate carnd-term1 environment and in that run "pip install opencv-python" if import cv2 gives error
  • Use scp command to copy any files from local machine to AWS instance & vice versa and scp -rv for entire directory

About

Traffic Sign Classifier Project In this project, you will use what you've learned about deep neural networks and convolutional neural networks to classify traffic signs. Specifically, you'll train a model to classify traffic signs from the German Traffic Sign Dataset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 78.1%
  • Jupyter Notebook 21.9%