Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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

```