ovos stt server plugin for mycroft
Project description
Description
OpenVoiceOS companion plugin for OpenVoiceOS STT Server
Install
pip install ovos-stt-plugin-server
Configuration
"stt": {
"module": "ovos-stt-plugin-server",
"ovos-stt-plugin-server": {"url": "https://0.0.0.0:8080/stt"},
"verify_ssl": true
}
Security warning
Please note that while you can set verify_ssl
to false
to disable SSL
verification, this is not recommended and should only be used for testing
purposes. Consider using a private CA or certificates signed using
Let's Encrypt instead.
Public servers
public server status page can be found at https://github.com/OpenVoiceOS/status
the default public servers run Whisper, but Nemo is also available
While there are associated risks with public servers, we value your trust in our products, learn more in Jarbas blog post The Trust Factor in Public Servers
Docker
see google-stt-proxy for an example
FROM debian:buster-slim
RUN apt-get update && \
apt-get install -y git python3 python3-dev python3-pip curl build-essential
RUN pip3 install ovos-stt-http-server==0.0.2a1
RUN pip3 install SpeechRecognition==3.8.1
COPY . /tmp/ovos-stt-chromium
RUN pip3 install /tmp/ovos-stt-chromium
ENTRYPOINT ovos-stt-server --engine ovos-stt-plugin-chromium
```tts
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file ovos_stt_plugin_server-0.0.4a7-py3-none-any.whl
.
File metadata
- Download URL: ovos_stt_plugin_server-0.0.4a7-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 626cdc1e2a39a1478da73aea032b4027a54122e1cc47be969508f435c0a45e06 |
|
MD5 | 93d9d5800babd0c56ddfec4d25981678 |
|
BLAKE2b-256 | a8802ee410178aeaae067e6a1fe91cb8887a3df9f7f3dcf528e0a5e58206ea9d |