Spaces:
Sleeping
Sleeping
Merge pull request #3 from MSU-AI/first-branch
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
ipykernel>=6.21.3,<=6.22
|
2 |
-
mediapipe>=0.9.1.0,<=0.10
|
3 |
numpy>=1.24.2,<=1.25
|
4 |
pandas>=1.5.3,<=1.6
|
5 |
PyAudio>=0.2.13,<=0.3
|
@@ -7,3 +6,8 @@ pydub>=0.25.1,<=0.26
|
|
7 |
SpeechRecognition>=3.10.0,<=3.11
|
8 |
streamlit>=1.20.0,<=1.21
|
9 |
streamlit-webrtc>=0.45.0,<=0.46
|
|
|
|
|
|
|
|
|
|
|
|
1 |
ipykernel>=6.21.3,<=6.22
|
|
|
2 |
numpy>=1.24.2,<=1.25
|
3 |
pandas>=1.5.3,<=1.6
|
4 |
PyAudio>=0.2.13,<=0.3
|
|
|
6 |
SpeechRecognition>=3.10.0,<=3.11
|
7 |
streamlit>=1.20.0,<=1.21
|
8 |
streamlit-webrtc>=0.45.0,<=0.46
|
9 |
+
opencv-python>=4.7.0.72,<=4.8
|
10 |
+
deepface>=0.0.79,<=0.1
|
11 |
+
nltk>=3.8.1,<=3.9
|
12 |
+
textblob>=0.17.1,<=0.18
|
13 |
+
vaderSentiment>=3.3.2,<=3.4
|