Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NeonGeckoCom/neon-stt-plugin-deepspeech_stream_local
Mozilla Deepspeech for Neon
https://github.com/NeonGeckoCom/neon-stt-plugin-deepspeech_stream_local
Last synced: 3 months ago
JSON representation
Mozilla Deepspeech for Neon
- Host: GitHub
- URL: https://github.com/NeonGeckoCom/neon-stt-plugin-deepspeech_stream_local
- Owner: NeonGeckoCom
- License: other
- Archived: true
- Created: 2021-03-02T19:57:57.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-10-26T02:05:23.000Z (over 2 years ago)
- Last Synced: 2024-05-13T06:22:12.591Z (9 months ago)
- Language: Python
- Size: 767 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-ovos-plugins - neon-stt-plugin-deepspeech_stream_local
README
# NeonAI Deepspeech STT Plugin
[Mycroft](https://mycroft-ai.gitbook.io/docs/mycroft-technologies/mycroft-core/plugins) compatible
STT Plugin for local Deepspeech streaming Speech-to-Text.# Configuration:
You may specify your own model and scorer files, otherwise the below default should be used.```yaml
tts:
module: deepspeech_stream_local
deepspeech_stream_local:
model_path: ~/.local/share/neon/deepspeech-0.8.1-models.pbmm
scorer_path: ~/.local/share/neon/deepspeech-0.8.1-models.scorer```