14 lines
439 B
Plaintext
14 lines
439 B
Plaintext
|
|
apt install python3-flask python3-opencv v4l-utils alsa-utils python3-pip mplayer
|
|
|
|
pip3 install --upgrade ultralytics --break-system-packages
|
|
pip3 install --upgrade onnxruntime --break-system-packages
|
|
|
|
apt install -y piper
|
|
apt install -y espeak-ng speech-dispatcher
|
|
pip3 install --upgrade ultralytics vosk sounddevice
|
|
|
|
|
|
apt install -y libportaudio2 portaudio19-dev libsndfile1
|
|
pip3 install --upgrade sounddevice --break-system-packages
|