Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +11 -8
requirements.txt
CHANGED
@@ -1,13 +1,16 @@
|
|
1 |
-
matplotlib
|
2 |
-
SpeechRecognition
|
3 |
streamlit
|
4 |
-
sentence-transformers
|
5 |
-
pandas
|
6 |
-
numpy
|
7 |
chromadb
|
|
|
|
|
8 |
faiss-cpu
|
9 |
-
|
|
|
10 |
google-api-python-client
|
11 |
-
google-auth
|
12 |
google-auth-httplib2
|
13 |
-
google-auth-oauthlib
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
streamlit
|
|
|
|
|
|
|
2 |
chromadb
|
3 |
+
transformers
|
4 |
+
sentence-transformers
|
5 |
faiss-cpu
|
6 |
+
pyaudio
|
7 |
+
SpeechRecognition
|
8 |
google-api-python-client
|
|
|
9 |
google-auth-httplib2
|
10 |
+
google-auth-oauthlib
|
11 |
+
pandas
|
12 |
+
numpy
|
13 |
+
matplotlib
|
14 |
+
python-dotenv
|
15 |
+
huggingface-hub
|
16 |
+
plotly
|