readme.md
January 25, 2023 ยท View on GitHub
Description
A stt plugin for ovos using whisper-tflite
Install
pip install ovos-stt-plugin-whisper-tflite
Configuration
"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"}
}