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
- Host: GitHub
- URL: https://github.com/ovoshatchery/ovos-stt-plugin-whisper
- Owner: OVOSHatchery
- License: apache-2.0
- Created: 2023-01-24T22:14:58.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-13T22:54:10.000Z (almost 2 years ago)
- Last Synced: 2025-03-16T11:47:26.617Z (8 months ago)
- Topics: maintainer-wanted
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- 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](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"}
}
```