Skip to content

Self driving car prototype using RaspberryPi 3 with traffic sign recognition using Keras/Tensorflow

Notifications You must be signed in to change notification settings

OussemaHdr/Road_sign_recognition

Repository files navigation

Smart car Project "Mercury"

Traffic sign recognition

Mercury is a WIP prototype of a self driving car, the first model focuses on traffic sign recognition using Deep Learning (CNN).
Dataset : German Traffic Sign Dataset

Here's an overview of Mercury 1.0 :

alt text

Signs the AI currently recognizes :

alt text

NB : The AI is only trained with 5 signs (50, 120, Right, Left, Stop) but the variation the dataset allows it to recognize all the signs displayed above.

1. Dependencies

  • Python3.7, Jupyter, NumPy, SciPy, TensorFlow, Keras, Matplotlib, Pandas, OpenCV, Skimage, pillow
  • OS (RaspberryPi) : Raspbian

2. Hardware

  • RaspberryPi 3 B+, 8MP PiCamera, 2DC motors, L298n h-bridge, 2 KY 033 optic sensors
NB : We used optic sensors to keep the robot movement in a straight line, if you are planing to use 4 DC motors or other alternatives you won't need them

Video demonstration

Data processing and model training

RaspberryPi comand

About

Self driving car prototype using RaspberryPi 3 with traffic sign recognition using Keras/Tensorflow

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages