Skip to content

NeonMariia/neon-stt-plugin-deepspeech_stream_local

 
 

Repository files navigation

NeonAI Deepspeech STT Plugin

Mycroft 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.

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

About

Mozilla Deepspeech for Neon

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 64.4%
  • Shell 35.6%