Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +22 -0
requirements.txt
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
urllib3
|
2 |
+
gradio
|
3 |
+
pandas
|
4 |
+
langchain_google_genai==0.0.4
|
5 |
+
torch
|
6 |
+
transformers
|
7 |
+
|
8 |
+
chromadb==0.5.3
|
9 |
+
langchain==0.2.5
|
10 |
+
langchain_community==0.2.5
|
11 |
+
langchain-huggingface
|
12 |
+
numpy<2.0.0
|
13 |
+
pandas==2.2.2
|
14 |
+
Pillow==10.3.0
|
15 |
+
pymupdf==1.24.5
|
16 |
+
sentence_transformers==3.0.1
|
17 |
+
accelerate
|
18 |
+
bitsandbytes
|
19 |
+
tf2onnx
|
20 |
+
clean-text[gpl]
|
21 |
+
python-doctr[torch]
|
22 |
+
pypdf
|