No project description provided
Project description
Rhasspy Fuzzywuzzy Hermes
Implements hermes/nlu
functionality from Hermes protocol using fuzzywuzzy.
Running With Docker
docker run -it rhasspy/rhasspy-fuzzywuzzy-hermes:<VERSION> <ARGS>
Building From Source
Clone the repository and create the virtual environment:
git clone https://github.com/rhasspy/rhasspy-fuzzywuzzy-hermes.git
cd rhasspy-fuzzywuzzy-hermes
make venv
Run the bin/rhasspy-fuzzywuzzy-hermes
script to access the command-line interface:
bin/rhasspy-fuzzywuzzy-hermes --help
Building the Debian Package
Follow the instructions to build from source, then run:
source .venv/bin/activate
make debian
If successful, you'll find a .deb
file in the dist
directory that can be installed with apt
.
Building the Docker Image
Follow the instructions to build from source, then run:
source .venv/bin/activate
make docker
This will create a Docker image tagged rhasspy/rhasspy-fuzzywuzzy-hermes:<VERSION>
where VERSION
comes from the file of the same name in the source root directory.
NOTE: If you add things to the Docker image, make sure to whitelist them in .dockerignore
.
Command-Line Options
usage: rhasspy-fuzzywuzzy-hermes [-h] [--examples EXAMPLES]
[--intent-graph INTENT_GRAPH]
[--sentences SENTENCES] [--slots SLOTS]
[--slot-programs SLOT_PROGRAMS]
[--watch-delay WATCH_DELAY] [--host HOST]
[--port PORT] [--siteId SITEID]
[--language LANGUAGE] [--debug]
optional arguments:
-h, --help show this help message and exit
--examples EXAMPLES Path to examples JSON file
--intent-graph INTENT_GRAPH
Path to intent graph JSON file
--sentences SENTENCES
Watch sentences.ini file(s) for changes and re-train
--slots SLOTS Directories with static slot text files
--slot-programs SLOT_PROGRAMS
Directories with slot programs
--watch-delay WATCH_DELAY
Seconds between polling sentence file(s) for training
--host HOST MQTT host (default: localhost)
--port PORT MQTT port (default: 1883)
--siteId SITEID Hermes siteId(s) to listen for (default: all)
--language LANGUAGE Language used for number replacement
--debug Print DEBUG messages to the console
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file rhasspy-fuzzywuzzy-hermes-0.1.1.tar.gz
.
File metadata
- Download URL: rhasspy-fuzzywuzzy-hermes-0.1.1.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 47d44446af4b5039bb86e290bab48472c4286c3eb57584f194834bcdb4d9ff2c |
|
MD5 | 8f8d7d85cecc66437adffed58a5ac613 |
|
BLAKE2b-256 | 8efaea511eff7761c5ae42c77fe04a3205e1a445c802cc66b07c231e986378c0 |