Metadata-Version: 2.0
Name: kalliope
Version: 0.5.3
Summary: Kalliope is a modular always-on voice controlled personal assistant designed for home automation.
Home-page: https://github.com/kalliope-project/kalliope
Author: The dream team of Kalliope-project
Author-email: kalliope-project@googlegroups.com
License: MIT
Keywords: assistant bot TTS STT jarvis
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Home Automation
Classifier: Topic :: Multimedia :: Sound/Audio :: Speech
Classifier: Topic :: Multimedia :: Sound/Audio :: Sound Synthesis
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Dist: pyyaml (>=3.12)
Requires-Dist: six (>=1.11.0)
Requires-Dist: SpeechRecognition (>=3.7.1)
Requires-Dist: markupsafe (>=1.0)
Requires-Dist: pyaudio (>=0.2.11)
Requires-Dist: pyasn1 (>=0.2.3)
Requires-Dist: ansible (>=2.6.3)
Requires-Dist: jinja2 (>=2.10)
Requires-Dist: cffi (>=1.9.1)
Requires-Dist: ipaddress (>=1.0.17)
Requires-Dist: flask (>=1.0.2)
Requires-Dist: Flask-Restful (>=0.3.5)
Requires-Dist: flask-cors (>=3.0.2)
Requires-Dist: requests (>=2.20.1)
Requires-Dist: httpretty (>=0.8.14)
Requires-Dist: mock (>=2.0.0)
Requires-Dist: Flask-Testing (>=0.6.2)
Requires-Dist: apscheduler (>=3.3.1)
Requires-Dist: GitPython (>=2.1.3)
Requires-Dist: packaging (>=16.8)
Requires-Dist: transitions (>=0.4.3)
Requires-Dist: sounddevice (>=0.3.7)
Requires-Dist: SoundFile (>=0.9.0)
Requires-Dist: pyalsaaudio (>=0.8.4)
Requires-Dist: sox (>=1.3.0)
Requires-Dist: paho-mqtt (>=1.3.0)
Requires-Dist: voicerss-tts (>=1.0.3)
Requires-Dist: gTTS (>=2.0.1)
Requires-Dist: urllib3 (>=1.23)

<p align="center">
    <img src="docs/images/Kalliope_logo_large.png">
</p>

# 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)

<p align="center">
    <img src="docs/images/kalliope_app.png">
</p>

## 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.


