19 lines
756 B
Markdown
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" |