A playful introduction to computer vision and autonomous driving concepts using SaraKIT, a Raspberry Pi camera and AI β built for kids to explore how tiny cars can "see" and "think".
This project demonstrates how a small car equipped with a camera (via SaraKIT on Raspberry Pi) can detect its surroundings and make simple decisions.
It's designed as an educational demo for kids to learn the basics of:
- Computer vision πΌοΈ
- Autonomous driving logic π§
- Real-world sensors and robotics π€
- π§© SaraKIT (Raspberry Pi camera and sensor interface)
- π Raspberry Pi Compute Module 4
- π· Raspberry Pi Camera Module
- π Power supply / battery
- π Small car chassis
- Python 3.9+
- OpenCV
- numpy
- SaraKIT SDK
Install dependencies:
sudo apt update
sudo apt install python3-pip finish this later....