Geen omschrijving

monf 9c6f72d8db [Feature] Update install process to manage only major version 8 jaren geleden
Docs 9c6f72d8db [Feature] Update install process to manage only major version 8 jaren geleden
Tests 9c6f72d8db [Feature] Update install process to manage only major version 8 jaren geleden
brain_examples b3ed7748e9 [Feature]#135 Improve neuron neuronTransmitter to manage params in 8 jaren geleden
images aef85e0a68 8 jaren geleden
install 9d87d7028c [Installation] Fix deb package requirement dependency for pip 8 jaren geleden
kalliope 9c6f72d8db [Feature] Update install process to manage only major version 8 jaren geleden
.gitignore b049dd38dc Split Cache & FileManager 8 jaren geleden
.travis.yml a8ca0496a3 [Install] Fix dependencies for setuptools and pyasn1 8 jaren geleden
CHANGELOG.md 6d44791a20 [Doc] Add Changelog for v0.4.0 + Add snowboy model for Russian 8 jaren geleden
LICENSE.md a4dd9d2f16 8 jaren geleden
MANIFEST.in 99899a7c83 Doc review + cleanup 8 jaren geleden
README.md edfc1f7c62 [Doc] Add link english video 8 jaren geleden
kalliope.py a0335ba900 Add a valid development entry point kalliope.py at the root of the project. 8 jaren geleden
setup.py 04b77a31a3 Merged branch dev into dev_nico 8 jaren geleden

README.md

Kalliope

Build Status Gitter

logo

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.

You can create your own Kalliope bot, by simply choosing and composing the existing modules without writing any code. But, if you need a particular module, you can write it by yourself and add it to your project. You can also propose it to the community.

Kalliope can run on all Linux Debian based distribution including a Raspberry Pi and it's multi-lang. The only thing you need is a microphone.

Kalliope is easy-peasy to use, see the hello world

  - name: "Hello-world"
    signals:
      - order: "say hello"
    neurons:      
      - say:
          message: "Hello world!"    

Installation

Quick start

We made starter kits that only needs to be cloned and launched. Starter kits can help you to learn basics of Kalliope

Usage

Documentation summary

Link Detail
Settings The main Kalliope configuration
Brain What is the brain and how to create your own bot
neuron What is a neuron and how to use it
neuron list List of availlable neurons
CLI How to use Kalliope from the command line interface
Signals Signals are input event that can wake up kalliope (spoken order, scheduled event, REST API)
STT Speech to text configuration
TTS Text to speech configuration
Triggers Magic hotword engine used to make Kalliope listtening for an order
REST API Integrated REST API. Can be used to send an order

Contributing

If you'd like to contribute to Kalliope, please read our Contributing Guide, which contains the philosophies to preserve, tests to run, and more. Reading through this guide before writing any code is recommended.

Credits

Meaning of Kalliope Kalliope means "beautiful voice" from Greek καλλος (kallos) "beauty" and οψ (ops) "voice". In Greek mythology she was a goddess of epic poetry and eloquence, one of the nine Muses. PRONOUNCED: kə-LIE-ə-pee (English) PRONOUNCED: Ka-li-o-pé (French) PRONOUNCED: каллиопа (Russian)

Links

Demo French : video Demo English : video

License

Copyright (c) 2016. All rights reserved.

Kalliope is covered by the MIT license, a permissive free software license that lets you do anything you want with the source code, as long as you provide back attribution and "don't hold you liable". For the full license text see the LICENSE.md file.