https://github.com/gitbolt/self-driving-rpi
🚙 A simple self driving car using computer vision in Raspberry Pi
https://github.com/gitbolt/self-driving-rpi
computer-vision opencv raspberry-pi self-driving-car tensorflow
Last synced: 3 months ago
JSON representation
🚙 A simple self driving car using computer vision in Raspberry Pi
- Host: GitHub
- URL: https://github.com/gitbolt/self-driving-rpi
- Owner: GitBolt
- Created: 2022-12-10T13:59:32.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-29T08:34:43.000Z (about 3 years ago)
- Last Synced: 2025-10-25T23:45:40.285Z (3 months ago)
- Topics: computer-vision, opencv, raspberry-pi, self-driving-car, tensorflow
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Self driving car using computer vision
This is a simple code for training and running a self driving car on Raspberry Pi using computer vision with OpenCV and Tensorflow.
The method followed is using supervised learning by having track images with their corrosponding steering angle of the motor as labels.