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"},
    "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


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-plugin-server-0.0.5a1.tar.gz (9.0 kB view details)

Uploaded Source

Built Distribution

ovos_stt_plugin_server-0.0.5a1-py3-none-any.whl (9.2 kB view details)

Uploaded Python 3

File details

Details for the file ovos-stt-plugin-server-0.0.5a1.tar.gz.

File metadata

File hashes

Hashes for ovos-stt-plugin-server-0.0.5a1.tar.gz
Algorithm Hash digest
SHA256 643a127ce7139d5a81c4f61fcc84517240d9d11e43204dd01e9484b73f8e1fe6
MD5 0baa2f6260d7e216d957ee24ced0ef98
BLAKE2b-256 445e61df7c2c59ad22f776e0a45005b0bd97d17c7ae87f395d35524f186282e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ovos_stt_plugin_server-0.0.5a1-py3-none-any.whl
Algorithm Hash digest
SHA256 90e5d80c538a154b3d1ec865163eeb2c760ad4c2265cb43d73652b585e3a8a7b
MD5 335ba00a4277abf7f1208736bbb08297
BLAKE2b-256 f0c18123c2139a23168e13a18b4fd5d4a9af319d420320351a9f4cd8cee834f4

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