Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +27 -15
requirements.txt
CHANGED
@@ -1,16 +1,28 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
gradio
|
4 |
-
|
5 |
-
|
|
|
6 |
python-dotenv
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
anthropic
|
3 |
+
gradio
|
4 |
+
gradio-client
|
5 |
+
httpx
|
6 |
+
requests
|
7 |
python-dotenv
|
8 |
+
markdown
|
9 |
+
weasyprint
|
10 |
+
beautifulsoup4>=4.12.0
|
11 |
+
lxml>=4.9.0
|
12 |
+
pillow
|
13 |
+
pandas
|
14 |
+
PyPDF2
|
15 |
+
openai
|
16 |
+
tabulate
|
17 |
+
|
18 |
+
matplotlib
|
19 |
+
seaborn
|
20 |
+
plotly
|
21 |
+
|
22 |
+
tqdm
|
23 |
+
kaggle
|
24 |
+
kagglehub
|
25 |
+
python-dotenv
|
26 |
+
|
27 |
+
pyarrow
|
28 |
+
scikit-learn
|