pilight/README.md
Sandro Zimmermann 3e492432ec updated README
2025-12-16 21:01:41 +01:00

13 lines
561 B
Markdown

# Let there be light: a voice activated light for home automation
Raspberry PI Project for Computer Science. Turn an LED on or off via voice command.
## Python Scripts
The Python scripts are located in the folder py/
### 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