A deep learning project that detects and classifies traffic signs using TensorFlow and Python.
- Traffic sign detection and classification
- Built with TensorFlow and Keras
- Uses CNN architecture
- Supports multiple traffic sign types
- Python 3.x
- TensorFlow
- OpenCV
- NumPy
- Pandas
- Matplotlib
- scikit-learn
- Pillow
- Clone the repository
- Install dependencies:
pip install -r requirements.txtRun the Jupyter notebook Traffic_signal_recog.ipynb to train and test the model.