-
The thing here is that the CLI lists available services in the help message:
```shell
blackfish run --help
...
Commands:
speech-recognition Start service MODEL.
text-generate Start service…
-
PR #17 is a Proof of Concept of how speech to commands could be supported. The idea is the following:
1. Match the 1st word to a command name stored in a command dictionary (`WORD_CMD_MAP`) or to the…
-
Hello ml5.js community,
The sample code for the SoundClassifier did not work in Firefox, but it worked fine in Chrome.
Doesn't ml5.js support Firefox?
## Browser
Firefox: 131.0.2 (aarch64)
##…
-
https://www.talater.com/annyang/
maybe look into speechkitt too
-
### Describe the bug
After updating packages and external modules, I suddenly could no longer start the project with this error:
```
* Running on local URL: http://0.0.0.0:7770
Traceback (mos…
-
Oculus v18 adds voice command support to the platform. It would be great to route the voice command provider through the MRTK speech recognition system.
-
- [ ] Train or download a KWS model for your hexapod's onboard computer.
- [ ] Respond to keywords using pre-programmed responses or integrate with an AI like ChatGPT for dynamic conversation.
- […
-
from flask import Flask
from flask import request, jsonify
import pyttsx3
import speech_recognition as sr
from Object_Recognize
import object_recognition
app = Flask(__VisionGuide__)
# Text-to-Spe…
-
I've got configured ASSIST assistant. It understands my commands, but doesn't execute them relative to devices. For example I print to it: "Add bread to shopping list" HA answers: "Bread added" and ad…
-
hello
i need to convert those blocks from tensorflow python to c#
code:
```
def run_graph(wav_data, labels, input_layer_name, output_layer_name,
num_top_predictions):
"""Runs t…