awacke1 commited on
Commit
45504fc
Β·
verified Β·
1 Parent(s): 35f0453

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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