Skip to main content

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


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

ovos_stt_plugin_server-0.0.4a1-py3-none-any.whl (9.0 kB view details)

Uploaded Python 3

File details

Details for the file ovos_stt_plugin_server-0.0.4a1-py3-none-any.whl.

File metadata

File hashes

Hashes for ovos_stt_plugin_server-0.0.4a1-py3-none-any.whl
Algorithm Hash digest
SHA256 24b4857729176d047a91d02c615ff84e24a79bfe8fc1c258f738e329cd288923
MD5 6bc17cac7d8a7d6663f7b915afdff257
BLAKE2b-256 e04bca71467bdfc7c4bbd1f55de2e3f7fc1ed19beb15a582bbb53e5df3e3fe7a

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