Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +21 -2
requirements.txt
CHANGED
@@ -1,4 +1,23 @@
|
|
|
|
|
|
|
|
|
|
1 |
streamlit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
reportlab
|
3 |
-
pymupdf
|
4 |
-
pillow
|
|
|
1 |
+
# streamlit β‘ - Rapid Web Apps for Data Science & ML π
|
2 |
+
# β’ Launch interactive apps with: streamlit run app.py π»
|
3 |
+
# β’ Create stunning dashboards that dazzle π
|
4 |
+
# β’ Prototype quickly β it's like magic! β¨
|
5 |
streamlit
|
6 |
+
|
7 |
+
# Pillow πΌοΈ - The Friendly PIL Fork (Picture Perfect!) πΈ
|
8 |
+
# β’ Open, manipulate, and save images like a pro π₯§
|
9 |
+
# β’ Resize and crop images for social media stardom π±
|
10 |
+
# β’ Create thumbnails that make your memes pop π
|
11 |
+
Pillow
|
12 |
+
|
13 |
+
# PyMuPDF π - The PDF Wizard (XPS & eBook Rendering) π
|
14 |
+
# β’ Render PDF pages to images for quick previews π
|
15 |
+
# β’ Extract text like a digital detective π΅οΈββοΈ
|
16 |
+
# β’ Convert PDFs into snappy thumbnails for your gallery π
|
17 |
+
PyMuPDF
|
18 |
+
|
19 |
+
# ReportLab π¨οΈ - Create PDF Documents in Style π
|
20 |
+
# β’ Generate dynamic PDFs for reports, invoices, or epic novels π
|
21 |
+
# β’ Customize layouts with tables, paragraphs, and images π¨
|
22 |
+
# β’ Embed custom fonts (like our awesome emoji fonts!) and stunning styles π
|
23 |
reportlab
|
|
|
|