diff --git a/README.md b/README.md index d46cffa..7cca487 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ Raspberry PI Project for Computer Science. Turn an LED on or off via voice command. -# Tutorials I might use +## Python Scripts +The Python scripts are located in the folder py/ -- [Simple Python RGP Raspberry PI Tutorial](https://www.hackster.io/masteruan/simple-python-rgb-raspberry-pi-tutorial-298aa9) -- [Let's use Google Speech to control the device](https://www.hackster.io/louis_m/let-s-use-google-speech-to-control-the-device-bd58b3) \ No newline at end of file +* 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 \ No newline at end of file