Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kalliope-project/kalliope
Kalliope is a framework that will help you to create your own personal assistant.
https://github.com/kalliope-project/kalliope
bot bot-creation home-automation jarvis linux personal-assistant raspberry speech-recognition speech-synthesis speech-to-text
Last synced: about 10 hours ago
JSON representation
Kalliope is a framework that will help you to create your own personal assistant.
- Host: GitHub
- URL: https://github.com/kalliope-project/kalliope
- Owner: kalliope-project
- License: gpl-3.0
- Created: 2016-10-11T12:23:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-02T15:34:05.000Z (over 1 year ago)
- Last Synced: 2024-12-05T21:02:05.759Z (7 days ago)
- Topics: bot, bot-creation, home-automation, jarvis, linux, personal-assistant, raspberry, speech-recognition, speech-synthesis, speech-to-text
- Language: Python
- Homepage: https://kalliope-project.github.io/
- Size: 20.9 MB
- Stars: 1,719
- Watchers: 82
- Forks: 228
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- project-awesome - kalliope-project/kalliope - Kalliope is a framework that will help you to create your own personal assistant. (Python)
README
# Kalliope
[![Build Status](https://travis-ci.org/kalliope-project/kalliope.svg?branch=master)](https://travis-ci.org/kalliope-project/kalliope)
[![Coverage Status](https://coveralls.io/repos/github/kalliope-project/kalliope/badge.svg)](https://coveralls.io/github/kalliope-project/kalliope)
[![Gitter](https://badges.gitter.im/gitterHQ/gitter.svg)](https://gitter.im/kalliope-project/Lobby)
[![PyPI version](https://badge.fury.io/py/kalliope.svg)](https://badge.fury.io/py/kalliope)
[![PyPI](https://img.shields.io/pypi/pyversions/kalliope.svg)](https://pypi.python.org/pypi/kalliope/)
[![Beerpay](https://beerpay.io/kalliope-project/kalliope/badge.svg?style=flat)](https://beerpay.io/kalliope-project/kalliope)Kalliope is a framework that will help you to create your own personal assistant.
The concept is to create the brain of your assistant by attaching an input **signal** (vocal order, scheduled event, MQTT message, GPIO event, etc..) to one or multiple actions called **neurons**.
You can create your own Kalliope bot, by simply choosing and composing the [existing neurons](https://kalliope-project.github.io/neurons_marketplace.html) without writing any code. But, if you need a particular module, you can write it by yourself, add it to your project and 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
```yaml
- name: "Hello-world"
signals:
- order: "say hello"
neurons:
- say:
message: "Hello world!"
```If you want an idea of what you can do with Kalliope, click on the image below
[![ENGLISH DEMO](https://img.youtube.com/vi/PcLzo4H18S4/0.jpg)](https://www.youtube.com/watch?v=PcLzo4H18S4)## Links
- [Documentation](https://kalliope-project.github.io/kalliope/)
- [Kalliope website](https://kalliope-project.github.io/)
- [Android app](https://play.google.com/store/apps/details?id=kalliope.project)
- [Chat](https://gitter.im/kalliope-project/Lobby)
## 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.- kə-LIE-ə-pee (English)
- Ka-li-o-pé (French)
- каллиопа (Russian)## License
Copyright (c) 2018. All rights reserved.
Kalliope is covered by the GNU GENERAL PUBLIC LICENSE v3.0.
Permissions of this strong copyleft license are conditioned on making available complete source code of licensed works and modifications,
which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved.
Contributors provide an express grant of patent rights.
For the full license text see the [LICENSE.md](LICENSE.md) file.