#
snips
Here are 83 public repositories matching this topic...
The repo has implementing an esp32 standalone MQTT audio streamer for the Matrix Voice, a 8 mic array board with a ledring. See https://www.matrix.one/products/voice. The software can be used with Rhasspy or Snips (depricated due to snips takeover by Sonos)
-
Updated
May 11, 2020 - C++
Open source projects related to Snips https://snips.ai/.
docker
nlu
dialog
speech
kaldi
audio-server
rasa
hotwords
snowboy
snips
asr
speechrecognition
porcupine
hark
snips-skills
-
Updated
Jun 6, 2020 - JavaScript
Easily stash snippets of text and invoke them when needed
-
Updated
Mar 26, 2020 - TypeScript
An open source implementation of the audio server part of the Hermes protocol
voice
python3
audio-player
audio-recorder
hermes
voice-control
audio-server
snips
rhasspy
snips-audio-server
hermes-protocol
-
Updated
Apr 30, 2020 - Python
-
Updated
Apr 26, 2020 - Python
A demo of the Snips Platform for Android
-
Updated
Feb 8, 2020 - Java
A repository containing all curated skills made by the community
-
Updated
Jun 17, 2020 - Python
With this App, your Assistant can test you on basic arithmetic: addition, subtraction, multiplication, and division.
-
Updated
May 1, 2019 - Python
A Python library to help create apps for the voice assistant Snips
-
Updated
Dec 6, 2019 - Python
reference pytorch code for intent classification
optimization
transformers
cnn
pytorch
densenet
pruning
sentence-classification
quantization
sst
bert
snips
dsa
intent-classification
electra
onnx
roberta
openvino
onnxruntime
spanbert
distilbert
-
Updated
Jun 18, 2020 - Python
Snips Skill for Logitech Media Server (Slimserver)
-
Updated
Jun 18, 2018 - Python
A Snips app that tells you some information about the running assistant
-
Updated
Feb 1, 2020 - Python
SNIPS integration for the Bring! shopping list
-
Updated
Jan 28, 2020 - Python
A Snips app that repeats the last message that your voice assistant has said or heard or the last action it has performed
-
Updated
Feb 1, 2020 - Python
Snips NLU C# wrapper library to extract meaning from text
-
Updated
May 26, 2019 - C#
Crystal bindings to the Hermes protocol used by the Snips platform. 💎
-
Updated
Nov 17, 2019 - Crystal
A Snips app that lets you ask your assistant to stop replying to your voice commands until you ask it to talk to you again.
-
Updated
Feb 1, 2020 - Python
Improve this page
Add a description, image, and links to the snips topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the snips topic, visit your repo's landing page and select "manage topics."
I have some values in slots that are surrounded by curly braces and are meant to be returned as is. Instead, the trailing brace is being stripped. "${website}" becomes "${website". I have training examples where the whole "${website}" is included. Is there a way to change this behavior?