Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fpdf2
|
2 |
+
gradio
|
3 |
+
requests
|
4 |
+
huggingface_hub
|
5 |
+
fpdf
|
6 |
+
scikit-learn
|
7 |
+
weasyprint
|
8 |
+
beautifulsoup4
|
9 |
+
markdown2
|
10 |
+
Pillow
|
11 |
+
python-dotenv
|
12 |
+
google-generativeai
|
13 |
+
google-genai
|