raptor1 commited on
Commit
fce86b9
·
verified ·
1 Parent(s): a093d93

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -2
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
- An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
 
 
 
 
 
 
 
 
 
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.