Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NeonGeckoCom/neon-stt-plugin-polyglot
STT plugin for Polyglot models implementation
https://github.com/NeonGeckoCom/neon-stt-plugin-polyglot
Last synced: 3 months ago
JSON representation
STT plugin for Polyglot models implementation
- Host: GitHub
- URL: https://github.com/NeonGeckoCom/neon-stt-plugin-polyglot
- Owner: NeonGeckoCom
- License: other
- Created: 2022-01-17T10:55:39.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-07-06T18:08:08.000Z (over 2 years ago)
- Last Synced: 2024-05-14T23:25:17.972Z (6 months ago)
- Language: Python
- Size: 15.8 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-ovos-plugins - neon-stt-plugin-polyglot
README
# NeonAI Template STT Plugin Coqui
[Mycroft](https://mycroft-ai.gitbook.io/docs/mycroft-technologies/mycroft-core/plugins) compatible
STT Plugin for DeepSpeech Coqui stt models.
Models description: https://coqui.ai/models
Includes models for 24 languages:```
"en": English
"uk": Ukrainian
"de": German
"pl": Polish
"es": Spanish
"fr": French
"it": Italian
"cs": Czech
"el": Greek
"et": Estonian
"hu": Hungarian
"pt": Portuguese
"ga-IE": Irish
"fi": Finish
"ka": Geargian
"ro": Romanian
"ru": Russian
"nl": Dutch
"lv": Latvian
"tr": Turkish
"tt": Tatar
"ca": Catalan
"id": Indonesian
"sl": Slovenian
"cy": Welsh
"cnh": Hakha Chin
```# Configuration:
```yaml
stt:
module: coqui
coqui : {}```