diff --git a/requirements/client.txt b/requirements/client.txt new file mode 100644 index 0000000..ce9121d --- /dev/null +++ b/requirements/client.txt @@ -0,0 +1,5 @@ +PyAudio +ffmpeg-python +scipy +torch==1.12.1 +torchaudio==0.12.1 \ No newline at end of file diff --git a/requirements/server.txt b/requirements/server.txt new file mode 100644 index 0000000..78f7539 --- /dev/null +++ b/requirements/server.txt @@ -0,0 +1,5 @@ +PyAudio +faster-whisper==0.4.1 +paho-mqtt +--extra-index-url https://download.pytorch.org/whl/cu113 +torch==1.12.1 \ No newline at end of file diff --git a/setup.sh b/setup.sh new file mode 100644 index 0000000..6a679a4 --- /dev/null +++ b/setup.sh @@ -0,0 +1,4 @@ +#! /bin/bash + +apt-get install portaudio19-dev -y +apt-get install -y --no-install-recommends ffmpeg \ No newline at end of file