Skip to content

Artificial intelligence car based on Raspberry Pi, realize image recognition, voice recognition, offline voice wake-up, intelligent tour line, driverless

Notifications You must be signed in to change notification settings

minyao-20/AI_Car_Raspberry-pi

 
 

Repository files navigation

AI_Car_Raspberry pi

Introduction

AI_Car_Raspberry-pi is a python progam for making your own AI car based on raspberry-pi. AI_Car_Raspberry-pi programed based on python 2.7.x and the hardware is raspberry pi 3B plus. In addition,you need a USB camera and a usb microphone. Of course, you need a car controlled by a DC motor.
You should be install opencv 3.4.x firstly.
Raspberry Pi-based artificial intelligence car tutorial__mumu.pdf is an original Raspberry Pi-based artificial intelligence car tutorial.In this tutorial, you can learn how to use the Raspberry Pi to make your own artificial intelligence car.
You can use the Raspberry Pi to implement image recognition, QR code recognition, speech recognition and speech synthesis, and intelligent driving cars based on artificial neural networks.

Color and object tracking

In this part, you can master some basic syntax of python-opencv. In addition, learning the conversion of HSV color space and RGB color space to realize some applications of color tracking.

QR code recognition and tracking

In this part, You can master the technology of QR code recognition with ZBAR and Raspberry Pi control motor using RPi.GPIO.
In addition, in this part, you can make a car with functions of cruising line.

Speech recognition and voice control

In this part, You can master cloud speech recognition and speech synthesis technology, and in order to avoid privacy leaks, I used the snowboy offline voice wake-up engine.You can make your own voice control car.

Self-driving trolley based on ANN

In this part, You can master artificial neural network technology and make your own driverless car.

About

Artificial intelligence car based on Raspberry Pi, realize image recognition, voice recognition, offline voice wake-up, intelligent tour line, driverless

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%