nehulagrawal
commited on
Update requirements.txt
Browse files- requirements.txt +8 -11
requirements.txt
CHANGED
@@ -1,11 +1,8 @@
|
|
1 |
-
SpeechRecognition
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
Unstructured==0.15.0
|
10 |
-
sentence-transformers==3.0.1
|
11 |
-
pydantic==2.8.2
|
|
|
1 |
+
SpeechRecognition
|
2 |
+
playsound
|
3 |
+
TTS
|
4 |
+
torch
|
5 |
+
unstructured
|
6 |
+
PyAudio
|
7 |
+
unstructured[pdf]
|
8 |
+
langchain
|
|
|
|
|
|