forked from platypush/platypush
Implemented Mozilla DeepSpeech speech-to-text integration [closes #126]
This commit is contained in:
parent
fc949ed9f1
commit
b0339754b2
17 changed files with 477 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -283,5 +283,7 @@ setup(
|
|||
'zigbee': ['paho-mqtt'],
|
||||
# Support for Z-Wave
|
||||
'zwave': ['python-openzwave'],
|
||||
# Support for DeepSpeech
|
||||
'deepspeech': ['deepspeech', 'numpy','sounddevice'],
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue