Implemented Mozilla DeepSpeech speech-to-text integration [closes ]

This commit is contained in:
Fabio Manganiello 2020-03-06 00:38:24 +01:00
parent fc949ed9f1
commit b0339754b2
17 changed files with 477 additions and 1 deletions

View file

@ -283,5 +283,7 @@ setup(
'zigbee': ['paho-mqtt'],
# Support for Z-Wave
'zwave': ['python-openzwave'],
# Support for DeepSpeech
'deepspeech': ['deepspeech', 'numpy','sounddevice'],
},
)