Update README.md
Browse files
README.md
CHANGED
@@ -10,4 +10,20 @@ pinned: false
|
|
10 |
license: mit
|
11 |
---
|
12 |
|
13 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
license: mit
|
11 |
---
|
12 |
|
13 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
14 |
+
# Text Summarization App
|
15 |
+
|
16 |
+
This is a Gradio-based application to summarize text or PDF files using pre-trained models from Hugging Face.
|
17 |
+
|
18 |
+
## How to Use
|
19 |
+
|
20 |
+
1. Enter the text you want to summarize in the text box, or upload a PDF file.
|
21 |
+
2. Click "Submit" to get the summary.
|
22 |
+
|
23 |
+
## Requirements
|
24 |
+
|
25 |
+
- transformers
|
26 |
+
- datasets
|
27 |
+
- sentencepiece
|
28 |
+
- gradio
|
29 |
+
- PyMuPDF
|