Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
@@ -5,6 +13,4 @@ This app analyzes emotions in text using BERT. It can detect six emotions: joy,
|
|
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
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
title: ' BERT_based_Emotion_Analysis'
|
4 |
+
sdk: gradio
|
5 |
+
emoji: 🚀
|
6 |
+
colorTo: green
|
7 |
+
short_description: This app analyzes emotions in text using BERT. It can detect
|
8 |
+
---
|
9 |
# Emotion Analysis App
|
10 |
|
11 |
This app analyzes emotions in text using BERT. It can detect six emotions: joy, sadness, anger, fear, surprise, and love.
|
|
|
13 |
## How to use
|
14 |
1. Enter text in the input box
|
15 |
2. Click "Analyze Emotions"
|
16 |
+
3. View the emotion distribution chart and detailed results
|
|
|
|