|
|
|
|
|
by gregmac
3022 days ago
|
|
I don't mean to diminish the work done here, but I can't bring myself to use any home automation that relies on internet and 3rd party services. The whole "I can't turn off my lights/adjust my thermostat/close my garage door because the internet is down" is a cliche these days, but also reality when you use services like these. There's a difference between core and nice to have services (eg, ability to tell you the weather), but I consider light, door, and temperature control to be "core": having a dozen separate points of failure is just bad design. You could consider voice control nice-to-have, but if it works well, I have a feeling it would move to being core. If it doesn't work well enough to be used all the time (and thus irritatingly missed when it's broken), why bother? I'm aware of Mycroft; anyone have experience with it or alternatives? |
|
The ASR and NLU are running on a Raspberry Pi 3, and best of all it is free and we are open-sourcing it, starting with the NLU https://github.com/snipsco/snips-nlu
https://medium.com/snips-ai/snips-nlu-is-an-open-source-priv...
The whole platform runs on-device which makes it ideal for privacy, cost, and to allow it to run when there is no network
We are available in English, French, German, and soon Japanese and Korean, with more European languages coming!
We would love to see what you can build with it, and linking it to Ikea lights should be 10 lines of Python
Take a look at what some people have built with it: https://github.com/snipsco/awesome-snips
and a few tutorials to get you started: https://medium.com/snips-ai/building-a-voice-controlled-home...