Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 869 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 869 Bytes

iris logo

iris

Making the world a more colorful place. Iris is a voice assistant for the visually impaired.

Built at nwhacks 2019. It was fun. Make sure to check out our devpost here.

Steps to use:

  1. start local API using npm start
  2. bind local API with ngrok using ./ngrok http -bind-tls=true 8080
  3. use Standard Library API to call the ngrok API here (be sure to update the stdlib API with the new ngrok link)
  4. Alexa is now ready to call the stdlib API!

Tech used:

  • Standard Library
  • scikit-learn
  • Node.js
  • Express.js
  • Python
  • JavaScript
  • Google Assistant/Dialogflow
  • Amazon Alexa Skills
  • ngrok