13 lines
561 B
Markdown
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 |