simple aiohttp server to host OpenVoiceOS stt plugins as a service
Project description
OpenVoiceOS STT HTTP Server
Turn any OVOS STT plugin into a micro service!
Install
pip install ovos-stt-http-server
Companion plugin
Use in your voice assistant with OpenVoiceOS companion plugin
Configuration
the plugin is configured just like if it was running in the assistant, under mycroft.conf
eg
"stt": {
"module": "ovos-stt-plugin-deepgram",
"ovos-stt-plugin-deepgram": {"key": "xtimes40"}
}
Usage
ovos-stt-server --help
usage: ovos-stt-server [-h] [--engine ENGINE] [--port PORT] [--host HOST]
options:
-h, --help show this help message and exit
--engine ENGINE stt plugin to be used
--port PORT port number
--host HOST host
--lang LANG default language
--gradio flag to enable Gradio web UI
--cache flag to pre-cache examples in Gradio web UI
--title TITLE title for Gradio UI
--description DESCRIPTION Description for Gradio UI
--info INFO Text to display in Gradio UI
--badge BADGE URL of badge to show in Gradio UI
Note:
ffmpegis required for Gradio
Docker
you can create easily create a docker file to serve any plugin
FROM python:3.7
RUN pip3 install ovos-stt-http-server==0.0.1
RUN pip3 install {PLUGIN_HERE}
ENTRYPOINT ovos-stt-http-server --engine {PLUGIN_HERE}
build it
docker build . -t my_ovos_stt_plugin
run it
docker run -p 8080:9666 my_ovos_stt_plugin
Each plugin can provide its own Dockerfile in its repository using ovos-stt-http-server
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 Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ovos-stt-http-server-0.0.2a10.tar.gz.
File metadata
- Download URL: ovos-stt-http-server-0.0.2a10.tar.gz
- Upload date:
- Size: 523.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
72c07e6ed571f9a0c46e4f2990037460cd900bf821ae09a51f22486068600157
|
|
| MD5 |
bb94d82b98f5e3c789db0b3ff7a372ef
|
|
| BLAKE2b-256 |
468882815418a42913b60b5ea5ba66b361d9a0ded13a81d2529ba66971ad3ab3
|
File details
Details for the file ovos_stt_http_server-0.0.2a10-py3-none-any.whl.
File metadata
- Download URL: ovos_stt_http_server-0.0.2a10-py3-none-any.whl
- Upload date:
- Size: 522.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8705283312ac6890d65506a0300649b5c05c2b981733cc425d49fd4b869c3dc1
|
|
| MD5 |
2485dc239ea56b9703f14b14c4db44e2
|
|
| BLAKE2b-256 |
667411f403f9de53b7a537cf67dae9902a4f3e26e0488699a03ccbbe53af8bc5
|