pilight/README.md
Sandro Zimmermann 57896ac5c2 updated README
2025-12-16 21:05:03 +01:00

19 lines
756 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
## Documenation
* pilight.pdf is the finalized documenation
* latex/ folder containing the .tex source files
* demo.mp4 short demo video. Turning LED on with command "fire" and off with "night"