Metadata-Version: 2.1
Name: rhasspy-asr-deepspeech
Version: 0.1.1
Summary: UNKNOWN
Home-page: https://github.com/rhasspy/rhasspy-asr-deepspeech
Author: Michael Hansen
Author-email: hansen.mike@gmail.com
License: UNKNOWN
Description: # Rhasspy ASR DeepSpeech
        
        Rhasspy ASR library that uses Mozilla's DeepSpeech 0.6.
        
        ## Requirements
        
        * [Mozilla DeepSpeech 0.6.1](https://github.com/mozilla/DeepSpeech/releases/tag/v0.6.1)
        * `generate_trie` in `PATH` from [native client](https://github.com/mozilla/DeepSpeech/releases/download/v0.6.1/native_client.amd64.cpu.linux.tar.xz)
        * `build_binary` in `PATH` from [KenLM](https://github.com/kpu/kenlm)
        
Platform: UNKNOWN
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
