Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +30 -28
requirements.txt
CHANGED
@@ -1,28 +1,30 @@
|
|
1 |
-
Flask[async]
|
2 |
-
Flask-SocketIO
|
3 |
-
gunicorn
|
4 |
-
groq
|
5 |
-
langchain
|
6 |
-
langchain-community
|
7 |
-
langchain_experimental
|
8 |
-
langchain-groq
|
9 |
-
langgraph
|
10 |
-
huggingface-hub
|
11 |
-
transformers
|
12 |
-
torch
|
13 |
-
sentence-transformers
|
14 |
-
faiss-cpu
|
15 |
-
open_clip_torch
|
16 |
-
unstructured[all-docs]
|
17 |
-
pytesseract
|
18 |
-
pdf2image
|
19 |
-
PyPDF2
|
20 |
-
Pillow
|
21 |
-
numpy
|
22 |
-
pandas
|
23 |
-
scikit-learn
|
24 |
-
scipy
|
25 |
-
requests
|
26 |
-
beautifulsoup4
|
27 |
-
SpeechRecognition
|
28 |
-
python-docx
|
|
|
|
|
|
1 |
+
Flask[async]
|
2 |
+
Flask-SocketIO
|
3 |
+
gunicorn
|
4 |
+
groq
|
5 |
+
langchain
|
6 |
+
langchain-community
|
7 |
+
langchain_experimental
|
8 |
+
langchain-groq
|
9 |
+
langgraph
|
10 |
+
huggingface-hub
|
11 |
+
transformers
|
12 |
+
torch
|
13 |
+
sentence-transformers
|
14 |
+
faiss-cpu
|
15 |
+
open_clip_torch
|
16 |
+
unstructured[all-docs]
|
17 |
+
pytesseract
|
18 |
+
pdf2image
|
19 |
+
PyPDF2
|
20 |
+
Pillow
|
21 |
+
numpy
|
22 |
+
pandas
|
23 |
+
scikit-learn
|
24 |
+
scipy
|
25 |
+
requests
|
26 |
+
beautifulsoup4
|
27 |
+
SpeechRecognition
|
28 |
+
python-docx
|
29 |
+
langchain_openai
|
30 |
+
pydantic
|