# 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