Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: Sentiment Analysis
|
3 |
-
emoji:
|
4 |
colorFrom: red
|
5 |
colorTo: green
|
6 |
sdk: gradio
|
@@ -8,6 +8,15 @@ sdk_version: 5.34.2
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
title: Sentiment Analysis
|
3 |
+
emoji: π
|
4 |
colorFrom: red
|
5 |
colorTo: green
|
6 |
sdk: gradio
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
+
tags:
|
12 |
+
- sentiment-analysis
|
13 |
+
- NLP
|
14 |
+
- AI
|
15 |
+
- text-classification
|
16 |
+
- emotion-detection
|
17 |
+
- Hugging Face
|
18 |
+
- gradio
|
19 |
+
short_description: π Analyze text sentiment using AI to detect emotions.
|
20 |
---
|
21 |
|
22 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|