Update README.md
Browse files
README.md
CHANGED
|
@@ -1,25 +1,15 @@
|
|
| 1 |
-
#
|
| 2 |
-
|
| 3 |
-
## Overview
|
| 4 |
-
An intelligent document summarization tool using Hugging Face's BART model and Streamlit.
|
| 5 |
-
|
| 6 |
-
## Features
|
| 7 |
-
- Direct text input summarization
|
| 8 |
-
- Document upload support (txt, pdf, docx)
|
| 9 |
-
-
|
| 10 |
-
-
|
| 11 |
-
|
| 12 |
-
##
|
| 13 |
-
1.
|
| 14 |
-
2.
|
| 15 |
-
3.
|
| 16 |
-
|
| 17 |
-
## Dependencies
|
| 18 |
-
- Streamlit
|
| 19 |
-
- Transformers
|
| 20 |
-
- PyTorch
|
| 21 |
-
- PyPDF2
|
| 22 |
-
- python-docx
|
| 23 |
-
|
| 24 |
-
## Model
|
| 25 |
-
Uses Facebook's BART Large CNN model for summarization
|
|
|
|
| 1 |
+
# SumItUp - Document Summarization App
|
| 2 |
+
|
| 3 |
+
## Overview
|
| 4 |
+
An intelligent document summarization tool using Hugging Face's BART model and Streamlit.
|
| 5 |
+
|
| 6 |
+
## Features
|
| 7 |
+
- Direct text input summarization
|
| 8 |
+
- Document upload support (txt, pdf, docx)
|
| 9 |
+
- Sentiment analysis
|
| 10 |
+
- Configurable summary length
|
| 11 |
+
|
| 12 |
+
## How to Use
|
| 13 |
+
1. Paste text or upload a document
|
| 14 |
+
2. Adjust summary length using the slider
|
| 15 |
+
3. Click "Summarize" to get results
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|