💾 Archived View for gmi.bacardi55.io › blog › 2016 › 12 › 24 › introducing-kalliope-personal-assista… captured on 2023-06-14 at 14:12:07. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-01-29)
-=-=-=-=-=-=-
Posted on 2016-12-24
This is just an introduction blog post for a series of post about the kalliope[1], a personal automation tool controlled by voice. The goal of Kalliope is as put on the doc page:
1: http://github.com/kalliope/kalliope-project
"Kalliope is a modular always-on voice controlled personal assistant designed for home_automation. Kalliope is based on audio input recognition, so it recognize an order pronounced by the user and then execute actions attached to the order."
Kalliope is an always on personal assistant, so you can use his service whenever it suits you. You just have to active a trigger that will wake up kalliope (eg: "kalliope" or "jarviss", or whatever you'd like). Once triggered, kalliope listen to your vocal order (eg: "what time is it?").
Then kalliope will use voice recognition engine (eg: google voice recognition) to translate your vocal order into a text order. This text will then be compared to the available brains[2].
2: https://github.com/kalliope-project/kalliope/blob/dev/Docs/brain.md
Brains will then triggers neuron that will actually do something (eg: get the time, weather, a definition on wikipedia, call APIs, …) … As we say sky is the limit :)
I encourage you to read the documentation[3] that explains all this in much more details.
3: https://github.com/kalliope-project/kalliope
If you understand french, I encourage you to watch this very cool demo video[4].
4: https://www.youtube.com/watch?v=t4J42yO2rkM
I let you read the good documentation on how to install here
You can reach out to the team also via a gitter.im page
In future blog post, I'll present what I'm doing with Kalliope and also introduce some neurons that I created to match my needs :).
All kalliope blog posts will be available on this page
Stay tuned !