Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,13 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
short_description: Input a text & get summary as well as sentiment of summary.
|
12 |
-
---
|
13 |
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
short_description: Input a text & get summary as well as sentiment of summary.
|
|
|
12 |
|
13 |
+
# Text Summarizer and Sentiment Analyzer
|
14 |
+
|
15 |
+
This app allows you to:
|
16 |
+
1. Summarize text.
|
17 |
+
2. Analyze the sentiment of the summarized text.
|
18 |
+
|
19 |
+
How to use:
|
20 |
+
- Enter a text of at least 150 characters.
|
21 |
+
- Click "Start the process!" to get the summary and sentiment. Make sure to keep input text length in between 150 and 500.
|