Spaces:
Sleeping
Sleeping
Commit Β·
b00aa55
1
Parent(s): 6d84ee5
Add Space metadata
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# ππΌ Docurizzer - Document Summarizer
|
| 2 |
|
| 3 |
A Streamlit application that extracts text from PDFs and images, then summarizes them using AI.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Docurizzer
|
| 3 |
+
emoji: π
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
sdk_version: "1.32.0"
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# ππΌ Docurizzer - Document Summarizer
|
| 13 |
|
| 14 |
A Streamlit application that extracts text from PDFs and images, then summarizes them using AI.
|