A fasterwhisper stt plugin for mycroft
Project description
Description
OpenVoiceOS STT plugin for Faster Whisper
High-performance inference of OpenAI's Whisper automatic speech recognition (ASR) model:
Install
pip install ovos-stt-plugin-fasterwhisper
Models
available models are 'tiny.en', 'tiny', 'base.en', 'base', 'small.en', 'small', 'medium.en', 'medium', 'large-v1', 'large-v2', 'large-v3', 'large', 'distil-large-v2', 'distil-medium.en', 'distil-small.en', 'distil-large-v3'
you can also pass a full path to a local model or a huggingface repo_id, eg. "projecte-aina/faster-whisper-large-v3-ca-3catparla"
You can convert any whisper model, or use any compatible model from huggingface
Configuration
to use Large model with GPU
"stt": {
"module": "ovos-stt-plugin-fasterwhisper",
"ovos-stt-plugin-fasterwhisper": {
"model": "large-v3",
"use_cuda": true,
"compute_type": "float16",
"beam_size": 5,
"cpu_threads": 4
}
}
To use Whisper for lang detection (ovos-dinkum-listener only)
"listener": {
"audio_transformers": {
"ovos-audio-transformer-plugin-fasterwhisper": {
"model": "small"
}
}
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ovos_stt_plugin_fasterwhisper-0.4.1a5.tar.gz.
File metadata
- Download URL: ovos_stt_plugin_fasterwhisper-0.4.1a5.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7d2ced720517f76f605a68731275397ed99a85e7ea13de541970ac5e4c56e26
|
|
| MD5 |
148252e6bf878b23a3ccd170a9ef3b96
|
|
| BLAKE2b-256 |
36668fd97f8dc94b91fc412e29364cd9b904178d7b31222668716df7a2fe0348
|
File details
Details for the file ovos_stt_plugin_fasterwhisper-0.4.1a5-py3-none-any.whl.
File metadata
- Download URL: ovos_stt_plugin_fasterwhisper-0.4.1a5-py3-none-any.whl
- Upload date:
- Size: 9.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba80a20ce5a112692b7ce0bd384a93c0c700bf801db42d00ea241584a1e00b13
|
|
| MD5 |
7c7330c34297ea0fc63b9ff6d6631d57
|
|
| BLAKE2b-256 |
dd6349952ff014b0aea5a8a43f8febe1e7fc94655320979dad90f3f6c75fbf79
|