Metadata-Version: 2.1
Name: neon-stt-plugin-deepspeech-stream-local
Version: 0.1.2
Summary: A Deepspeech Streaming stt plugin for Neon
Home-page: https://github.com/NeonGeckoCom/neon-stt-plugin-deepspeech_stream_local
Author: Neongecko
Author-email: developers@neon.ai
License: NeonAI License v1.0
Keywords: mycroft plugin stt
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
Requires-Dist: deepspeech (==0.9.3)
Requires-Dist: numpy (~=1.19.5)
Requires-Dist: SpeechRecognition (~=3.8.1)
Requires-Dist: neon-utils (>=0.5.7)
Requires-Dist: phoneme-guesser
Requires-Dist: ovos-plugin-manager (>=0.0.1)

# 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

```

