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

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


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

maintainer-wanted

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

          

## Description

A stt plugin for ovos using [whisper-tflite](https://github.com/fquirin/speech-recognition-experiments/blob/main/whisper-tflite)

## Install

`pip install ovos-stt-plugin-whisper-tflite`

## Configuration

```json
"stt": {
"module": "ovos-stt-plugin-whisper-tflite",
"ovos-stt-plugin-whisper-tflite": {"model": "https://github.com/usefulsensors/openai-whisper/raw/main/models/whisper-tiny.en.tflite"}
}

```