platypush/platypush/plugins/stt/deepspeech/manifest.yaml

17 lines
273 B
YAML
Raw Normal View History

manifest:
events: {}
install:
apk:
- py3-numpy
pacman:
- python-numpy
- python-sounddevice
apt:
- python3-numpy
pip:
- deepspeech
- numpy
- sounddevice
package: platypush.plugins.stt.deepspeech
type: plugin