Skip to content

Commit 00e0f9f

Browse files
committed
clean setup and requirements
1 parent 90d1edb commit 00e0f9f

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

requirements.txt

+1-4
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@ IPython
33
wave
44
scikit-learn
55
numpy
6-
warnings
7-
pickle
8-
json
6+
97
python_speech_features
108
flask
119
Werkzeug
1210
pymongo
1311
bson
14-
shutil

setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
apt-get update
3-
sudo apt-get install -y libasound-dev portaudio19-dev libportaudio2 libportaudiocpp0
3+
sudo apt-get install -y libasound-dev portaudio19-dev libportaudio2 libportaudiocpp0
44
sudo apt-get install -y ffmpeg libav-tools
55
sudo pip install -y pyaudio
66
python3 -m pip install -r requirements.txt

0 commit comments

Comments
 (0)