Spaces:
Sleeping
Sleeping
Commit
·
8ca3a00
1
Parent(s):
7dbe438
Add config files
Browse files- README.md +20 -0
- huggingface.yaml +4 -5
README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: PDF Summarizer
|
| 3 |
+
emoji: 📄
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: green
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_file: app.py
|
| 8 |
+
pinned: false
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# PDF Document Summarization System
|
| 12 |
+
|
| 13 |
+
Upload PDF files and ask questions about their content. Powered by Haystack and Google Gemini AI.
|
| 14 |
+
|
| 15 |
+
## Features:
|
| 16 |
+
|
| 17 |
+
- PDF text extraction
|
| 18 |
+
- Document chunking
|
| 19 |
+
- Semantic search
|
| 20 |
+
- AI-powered Q&A
|
huggingface.yaml
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
machine: cpu.large
|
|
|
|
| 1 |
+
hardware: cpu-upgrade
|
| 2 |
+
disk: 5GB
|
| 3 |
+
build:
|
| 4 |
+
machine: cpu.large
|
|
|