readme.md

January 25, 2023 ยท View on GitHub

Description

A stt plugin for ovos using whisper

Install

pip install ovos-stt-plugin-whisper

Configuration

By default the global language used by mycroft-core will be used

  "stt": {
    "module": "ovos-stt-plugin-whisper",
    "ovos-stt-plugin-whisper": {"model": "base"}
  }