Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,10 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
pinned: false
|
10 |
-
license: mit
|
11 |
-
short_description: Emotion detection using NLP-based sentiment analysis
|
12 |
-
---
|
13 |
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
+
# Emotion Analysis App
|
2 |
+
|
3 |
+
This app analyzes emotions in text using BERT. It can detect six emotions: joy, sadness, anger, fear, surprise, and love.
|
4 |
+
|
5 |
+
## How to use
|
6 |
+
1. Enter text in the input box
|
7 |
+
2. Click "Analyze Emotions"
|
8 |
+
3. View the emotion distribution chart and detailed results
|
|
|
|
|
|
|
|
|
9 |
|
10 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|