8 lines
311 B
Bash
8 lines
311 B
Bash
#! /bin/bash
|
|
|
|
sudo apt install portaudio19-dev python3-pyaudio
|
|
python3 -m pip install git+https://github.com/openai/whisper.git soundfile PyAudio SpeechRecognition
|
|
|
|
sudo apt-get install python3 python3-all-dev python3-pip build-essential swig git libpulse-dev libasound2-dev
|
|
python3 -m pip install pocketsphinx
|