We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90d1edb commit 00e0f9fCopy full SHA for 00e0f9f
requirements.txt
@@ -3,12 +3,9 @@ IPython
3
wave
4
scikit-learn
5
numpy
6
-warnings
7
-pickle
8
-json
+
9
python_speech_features
10
flask
11
Werkzeug
12
pymongo
13
bson
14
-shutil
setup.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
apt-get update
-sudo apt-get install -y libasound-dev portaudio19-dev libportaudio2 libportaudiocpp0
+sudo apt-get install -y libasound-dev portaudio19-dev libportaudio2 libportaudiocpp0
sudo apt-get install -y ffmpeg libav-tools
sudo pip install -y pyaudio
python3 -m pip install -r requirements.txt
0 commit comments