ABotelho23 / aacdnProject

This repository has been archived on GitHub and moved to GitLab. Please see the project on GitLab.com: https://gitlab.com/ABotelho23/aacdnProject
GNU Lesser General Public License v3.0
4 stars 3 forks source link

Implement voice controls #40

Open ABotelho23 opened 6 years ago

ABotelho23 commented 6 years ago

It looks like using Google Home might be not feasible for us behind Carleton's firewall.

I've started looking into Jasper, which is completely local. I was thinking maybe Ash's raspberry pi 3 could be the Jasper device?

https://jasperproject.github.io/

ABotelho23 commented 6 years ago

http://www.knight-of-pi.org/raspberry-pi-and-jasper-a-custom-voice-command-for-measuring-the-distance/

Seems easy enough. Make a module that sends a CoAP PUT to a hub resource which the hub then forwards to nodes?

ABotelho23 commented 6 years ago

Looks like everything we need is here: http://www.mattcurry.com/projects-2/the-jasper-project/jasper-project-useful-links/

ABotelho23 commented 6 years ago

We've moved to Mycroft.ai

ABotelho23 commented 6 years ago

mycroft is giving us a hard time because of a lack of Python 3 support. have a few more things to try