You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Python-based project features an intuitive graphical user interface (GUI) facilitating image uploads for the identification of essential road signs prevalent on streets, including 20kmph, 30kmph, 50kmph, stop, and right turn signs.
This project implements a neural network using TensorFlow to classify images of traffic signs from the German Traffic Sign Recognition Benchmark (GTSRB) dataset. The model accurately identifies different types of traffic signs, such as stop signs, speed limit signs, and yield signs, among others.
A deep learning project implementing a Convolutional Neural Network (CNN) in TensorFlow to classify German traffic signs. Features parallel image processing, custom model architecture, and 95%+ accuracy on the GTSRB dataset. Built as part of Harvard's CS50 AI course.
The Road Sign Recognition project is a real-time detection system designed to recognize road signs across 43 different classes. The project leverages the YOLOv5 model, which is trained on the GTSRB - German Traffic Sign Recognition Benchmark dataset.