🖥️ Computer Vision project for detecting and classifying traffic signs
Built with Python, TensorFlow, OpenCV, and deployed on Raspberry Pi 5
This project demonstrates real-time traffic sign detection using a Raspberry Pi 5.
The dataset was labeled and trained with TensorFlow, and the trained model was deployed on the Raspberry Pi for on-device inference.
- 📷 Real-time video input via Raspberry Pi camera
- 🧠 Deep Learning model (TensorFlow/Keras) for traffic sign classification
- 🗂️ Custom dataset labeling and training
- 🚀 Deployed on Raspberry Pi 5 for edge AI applications
- ⚡ Optimized for lightweight performance on embedded hardware
Code_Project.ipynb→ Jupyter Notebook with model training, preprocessing, and evaluation codemodel/→ Saved trained model (TensorFlow/Keras) (if uploaded)dataset/→ Sample labeled images (if included)
- Clone the repo:
git clone https://github.com/GiftNuttamon/Sign_RaspberryPi.git cd Sign_RaspberryPi