Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +17 -0
requirements.txt
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
farm-haystack == 1.24
|
2 |
+
farm-haystack[ocr,pdf]==1.24
|
3 |
+
farm-haystack[preprocessing] == 1.24
|
4 |
+
scikit-learn==1.3.2
|
5 |
+
torch==2.1.0
|
6 |
+
datasets==2.3.0
|
7 |
+
streamlit==1.21.0
|
8 |
+
altair<5
|
9 |
+
pydantic==1.8.2
|
10 |
+
matplotlib==3.5.1
|
11 |
+
numpy==1.22.1
|
12 |
+
pandas==1.4.0
|
13 |
+
openai==0.27.9
|
14 |
+
seaborn==0.11.2
|
15 |
+
huggingface-hub==0.24.5
|
16 |
+
xlsxwriter
|
17 |
+
plotly.express
|