Someone in my family uses Alexa to do things like control lights and some other electrical appliances in the home. I don’t know anything about this smart home trend, but I immediately disliked Alexa because:
Are there any open source alternatives to things like this? I can see it being useful in some scenarios or at the very least it would be a nice gimmick to have if you have a spare rpi lying around.
Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.
In this community everyone is welcome to post links and discuss topics related to privacy.
[Matrix/Element]Dead
much thanks to @gary_host_laptop for the logo design :)
There is Mycroft.ai which can do homeassistant skills but its still centralised as the processing power required for Stt and context processing is still very expensive.
rhasspy combined with something like home assistant or node red
Home assistant isn’t much better than Alexa, it doesn’t seem to have a whole lot of OSS tools to go with it.
i don’t get your point, rhasspy is for wakeword detection, speech to text etc.
for automation you can use HA / node red, both of which are working well together with rhasspy
Mycroft.ai
offline functionality: https://community.mycroft.ai/t/easiest-way-to-use-mycroft-completely-offline/3741
Patent pending. Are you sure this isn’t an open source SaaS which can’t work without commercial products
I think that’s just for the hardware components. Their software is Apache licensed.
yes, lots of plugins work without commercial products. The voice recognition based on DeepSpeech is shit though.
https://github.com/MycroftAI/mycroft-core/issues/2615
I proposed it before and deleted it because I thought that their home server was non-free.
It seems that their home server is just Selene-backend as pointed in that issue.
You can change servers too to a local instance of this.