garvitcpp commited on
Commit
7c397b8
·
verified ·
1 Parent(s): ce9b735

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -25
README.md CHANGED
@@ -1,25 +1,15 @@
1
- # News Summarizer
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
- - Configurable summary length
10
- - Uses state-of-the-art NLP model
11
-
12
- ## Installation
13
- 1. Clone the repository
14
- 2. Install dependencies: `pip install -r requirements.txt`
15
- 3. Run the app: `streamlit run app.py`
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