updated README

This commit is contained in:
Sandro Zimmermann 2025-12-16 21:00:16 +01:00
parent bc166715b7
commit 92a3504a6e

View File

@ -2,7 +2,9 @@
Raspberry PI Project for Computer Science. Turn an LED on or off via voice command.
# Tutorials I might use
## Python Scripts
The Python scripts are located in the folder py/
- [Simple Python RGP Raspberry PI Tutorial](https://www.hackster.io/masteruan/simple-python-rgb-raspberry-pi-tutorial-298aa9)
- [Let's use Google Speech to control the device](https://www.hackster.io/louis_m/let-s-use-google-speech-to-control-the-device-bd58b3)
* led.py: Alternate every second, turning an LED on and off. Stopped by CTRL+C
* speech.py: runs live recorded audio through PocketSpinhx speech recognition and print it as text in console
* speech_coltrol_led.py: combines led.py and speech.py. If voice commands "fire" or "night" are recognized by PocketSphinx, LED is turned off or on