Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rhasspy/rhasspy-hermes-app
Helper library to create voice apps for Rhasspy in Python using the Hermes protocol
https://github.com/rhasspy/rhasspy-hermes-app
mqtt python rhasspy voice-app
Last synced: 2 months ago
JSON representation
Helper library to create voice apps for Rhasspy in Python using the Hermes protocol
- Host: GitHub
- URL: https://github.com/rhasspy/rhasspy-hermes-app
- Owner: rhasspy
- License: mit
- Created: 2020-05-23T18:52:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T06:57:12.000Z (almost 2 years ago)
- Last Synced: 2024-10-07T23:17:36.616Z (4 months ago)
- Topics: mqtt, python, rhasspy, voice-app
- Language: Python
- Homepage: https://rhasspy-hermes-app.readthedocs.io
- Size: 247 KB
- Stars: 17
- Watchers: 5
- Forks: 10
- Open Issues: 19
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
##################
Rhasspy Hermes App
##################.. image:: https://github.com/rhasspy/rhasspy-hermes-app/workflows/Tests/badge.svg
:target: https://github.com/rhasspy/rhasspy-hermes-app/actions
:alt: Continuous integration.. image:: https://readthedocs.org/projects/rhasspy-hermes-app/badge/?version=latest
:target: https://rhasspy-hermes-app.readthedocs.io/en/latest/?badge=latest
:alt: Documentation status.. image:: https://img.shields.io/pypi/v/rhasspy-hermes-app.svg
:target: https://pypi.org/project/rhasspy-hermes-app
:alt: PyPI package version.. image:: https://img.shields.io/pypi/pyversions/rhasspy-hermes-app.svg
:target: https://www.python.org
:alt: Supported Python versions.. image:: https://img.shields.io/github/license/rhasspy/rhasspy-hermes-app.svg
:target: https://github.com/rhasspy/rhasspy-hermes-app/blob/master/LICENSE
:alt: LicenseRhasspy Hermes App is a helper library to create voice apps for Rhasspy_ in Python using the `Hermes protocol`_
.. _Rhasspy: https://rhasspy.readthedocs.io/en/latest/
.. _`Hermes protocol`: https://docs.snips.ai/reference/hermes
************
Requirements
************Rhasspy Hermes App requires:
* Python 3.7
* Rhasspy 2.5************
Installation
************A package can be installed from PyPI:
.. code-block:: shell
pip3 install rhasspy-hermes-app
.. end-of-inclusion-in-index-rst
*************
Documentation
*************Read the online documentation_ for more information about using the library, including the full API documentation with example code.
.. _documentation: https://rhasspy-hermes-app.readthedocs.io/en/latest/
*******
License
*******This project is provided by `Koen Vervloesem`_ as open source software with the MIT license. See the LICENSE_ file for more information.
.. _`Koen Vervloesem`: mailto:[email protected]
.. _LICENSE: https://github.com/rhasspy/rhasspy-hermes-app/blob/master/LICENSE