2018SpringTeam6
Revision as of 15:50, 12 June 2018 by Spring2018group6 (talk | contribs)
The objective of this project is to add an voice control over the original car model. This voice feature allows user to emergency stop and restart the car by talking to the car as well as switching back and forth from autonomous and joy stick controls. This project was split into several parts as follows:
- Voice recognition through Sopare running on PC
- Use Socket to communicate Pi and PC
- Interference the DonkeyCar with voice signals
Team Members
Will Xu
Jose Pablo Valle
Siming Deng
Yihan Zhang
Voice Recognition Using Sopare
Sopare stands for SOund PAttern REcognition. Sopare is a python project written by bishoph. This software is able to listen offline in real time to microphone input and detect trained labels.
Installation and usage tutorials
git clone [1]
step-by-step tutorial [2]
Modifying Sopare
We made an Sopare plugins to allow communication between the driving Pi and voice recognition.