An open API service indexing awesome lists of open source software.

https://github.com/ovoshatchery/ovos-stt-plugin-whisper


https://github.com/ovoshatchery/ovos-stt-plugin-whisper

maintainer-wanted

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

## Description

A stt plugin for ovos using [whisper](https://github.com/openai/whisper)

## Install

`pip install ovos-stt-plugin-whisper`

## Configuration

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

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

```