|
@@ -1,10 +1,14 @@
|
|
|
+<p align="center">
|
|
|
+ <img src="images/Kalliope_logo_large.png">
|
|
|
+</p>
|
|
|
+
|
|
|
+# Kalliope
|
|
|
[](https://travis-ci.org/kalliope-project/kalliope)
|
|
|
[](https://coveralls.io/github/kalliope-project/kalliope)
|
|
|
[](https://gitter.im/kalliope-project/Lobby)
|
|
|
+[](https://badge.fury.io/py/kalliope)
|
|
|
+[](https://pypi.python.org/pypi/kalliope/)
|
|
|
|
|
|
-<p align="center">
|
|
|
- <img src="images/Kalliope_logo_large.png">
|
|
|
-</p>
|
|
|
|
|
|
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.
|
|
@@ -53,6 +57,7 @@ Once installed, you can start learning basics of Kalliope from a [quick start co
|
|
|
| [TTS](Docs/tts.md) | Text to speech configuration |
|
|
|
| [Triggers](Docs/trigger.md) | Magic hotword engine used to make Kalliope listening for an order |
|
|
|
| [REST API](Docs/rest_api.md) | Integrated REST API. Can be used to send an order |
|
|
|
+| [Players](Docs/player.md) | Player is the software used to make kalliope talk |
|
|
|
|
|
|
## Contributing
|
|
|
|
|
@@ -62,6 +67,8 @@ Reading through this guide before writing any code is recommended.
|
|
|
- Read the [contributing guide](Docs/contributing.md)
|
|
|
- Add [issues and feature requests](../../issues)
|
|
|
|
|
|
+You liked kalliope? **Star us!**
|
|
|
+
|
|
|
## Credits
|
|
|
|
|
|
> **Meaning of Kalliope** Kalliope means "beautiful voice" from Greek καλλος (kallos) "beauty" and οψ (ops) "voice".
|