🗣 Alexa, Burn Down the Office
groot-voz
is the basis for ACM's "office of the future" project. This client allows users to access services of the ACM intranet with a intuitive voice interface using Amazon Alexa.
With groot-voz
you will be able to...
- Adjust ACM's custom office lighting system
- Control the music playing in the office
- Request items from our vending machine
-
Clone the repo.
git clone https://github.com/acm-uiuc/groot-voz cd groot-voz
-
Install dependencies.
pip install -r requirements.txt
-
Copy secrets template.
cp secrets.template.py secrets.py
-
Fill out
GROOT_URL
andGROOT_ACCESS_TOKEN
in secrets.py -
Run the app.
python app.py
Follow this tutorial on setting up the skill. You can find the speech assets necessary for setting up the Alexa Interaction Model in speech_assets/
.
We are thankful to Amazon, especially to the AWS team and the Alexa team for supporting this project.
Amazon is a proud sponsor of ACM@UIUC.