Skip to main content

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: ffmpeg is 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ovos-stt-http-server-0.0.2a7.tar.gz (523.6 kB view details)

Uploaded Source

Built Distribution

ovos_stt_http_server-0.0.2a7-py3-none-any.whl (522.7 kB view details)

Uploaded Python 3

File details

Details for the file ovos-stt-http-server-0.0.2a7.tar.gz.

File metadata

File hashes

Hashes for ovos-stt-http-server-0.0.2a7.tar.gz
Algorithm Hash digest
SHA256 abf9b81c373751cebbeacc50b848fc57ce123f319ab0f399f8c4fba5ee809f9e
MD5 913d39f7cf46d0f1ed1599c292ead425
BLAKE2b-256 a6814602bc3e52fbfa3ec5e52433c520572aecd3e6b0d3031446fe05d16708f0

See more details on using hashes here.

File details

Details for the file ovos_stt_http_server-0.0.2a7-py3-none-any.whl.

File metadata

File hashes

Hashes for ovos_stt_http_server-0.0.2a7-py3-none-any.whl
Algorithm Hash digest
SHA256 67f81dd8643cbcd9667192eec286f19d09abb723e57c99320340ae53e79a44bf
MD5 4cb1d55f62943528a44e8d2850d57238
BLAKE2b-256 10f886c66d1307fa42abbab86030383f558cc23573ff26cbe29b7e452a95abb1

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page