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
- Host: GitHub
- URL: https://github.com/ovoshatchery/ovos-stt-plugin-whisper-tflite
- Owner: OVOSHatchery
- License: apache-2.0
- Created: 2023-01-25T18:52:25.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-13T22:54:23.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T05:37:21.581Z (7 months ago)
- Topics: maintainer-wanted
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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"}
}
```