https://github.com/ovoshatchery/ovos-stt-plugin-funasr
https://github.com/ovoshatchery/ovos-stt-plugin-funasr
maintainer-wanted
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ovoshatchery/ovos-stt-plugin-funasr
- Owner: OVOSHatchery
- License: apache-2.0
- Created: 2023-04-29T20:32:11.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-01-13T23:00:56.000Z (almost 2 years ago)
- Last Synced: 2025-01-30T05:16:52.567Z (9 months ago)
- Topics: maintainer-wanted
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Description
OpenVoiceOS STT plugin for [FunASR](https://github.com/alibaba-damo-academy/FunASR)
## Install
`pip install ovos-stt-plugin-funasr`
## Configuration
models here https://alibaba-damo-academy.github.io/FunASR/en/modelscope_models.html
- `damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch`
- `damo/speech_paraformer_asr_nat-zh-cn-16k-common-vocab8358-tensorflow1`
- `damo/speech_UniASR_asr_2pass-zh-cn-16k-common-vocab8358-tensorflow1-online`
- `damo/speech_UniASR-large_asr_2pass-zh-cn-16k-common-vocab8358-tensorflow1-offline````json
"stt": {
"module": "ovos-stt-plugin-funasr",
"ovos-stt-plugin-funasr": {
"model": "damo/speech_paraformer_asr_nat-zh-cn-16k-common-vocab8358-tensorflow1"
}
}
```## Models
Models will be auto downloaded by faster whisper on plugin load