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"}
}
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
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file ovos_stt_plugin_server-0.0.4a2-py3-none-any.whl
.
File metadata
- Download URL: ovos_stt_plugin_server-0.0.4a2-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2294f5e94ea3d1242537d3efc5d12a286e74ec5da48a881360192559941a65d |
|
MD5 | 0e6ee0fb4d8eaf7d7116066016dec1d3 |
|
BLAKE2b-256 | 0a3ab598861ae621ab8cc561b6e1762385d1122ce594091d1018c9c1b22ea4b9 |