https://github.com/dadrus/snips-calculator
https://github.com/dadrus/snips-calculator
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dadrus/snips-calculator
- Owner: dadrus
- Created: 2019-08-31T11:02:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-04T19:35:36.000Z (almost 7 years ago)
- Last Synced: 2025-02-13T19:47:37.087Z (over 1 year ago)
- Language: Python
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# snips-calculator
This is a snips-calculator Python 3 snips app, generated using the `snips-template` tool
and exported to github. It is compatible with the format expected by the `snips-skill-server`
## Setup
This app requires some python dependencies to work properly, these are
listed in the `requirements.txt`. You can use the `setup.sh` script to
create a python virtualenv that will be recognized by the skill server
and install them in it.
## Executables
This dir contains a number of python executables named `action-*.py`.
One such file is generated per intent supported. These are standalone
executables and will perform a connection to MQTT and register on the
given intent using the `hermes-python` helper lib.