OpenAI Whisper C Raspberry Pi 5 Voice Assistant
>> YOUR LINK HERE: ___ http://youtube.com/watch?v=jpW9foRIwv0
Turn a LED on/off with your voice - Raspberry Pi 5 and Whisper C++. This voice assistant turns outputs on and off via speakign special phrases and the gpiod library. This also works with the raspberry pi 4 (and tiny model) by changing gpiochip4 to gpiochip0. All computation is done on the edge. There are no API calls. An internet connection is not needed to do the speech-to-text, a.k.a automatic speech recognition (ASR). Line 347 in the Makefile must add -lgpiod to link the library. This can be customized to use any number of special phrases and outputs to control motors, buzzers, solenoids, lights, etc... • CODE: https://github.com/solarsamuel/pi5_wh... • whisper c++: https://github.com/ggerganov/whisper.cpp • Previous whisper install video: • OpenAI Whisper C++ on Raspberry Pi 5 ... • Previous gpiod IO video: • Use Raspberry Pi 5 GPIO - Push button... • whisper C++ for raspberry pi: https://github.com/ggerganov/whisper.... • Adafruit DC/Stepper HAT: https://www.adafruit.com/product/2348
#############################