Add Space README
Browse files
README.md
CHANGED
@@ -1,12 +1,57 @@
|
|
1 |
---
|
2 |
title: Multilingual Emotion Classifier Demo
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
-
sdk_version:
|
8 |
app_file: app.py
|
9 |
pinned: false
|
|
|
10 |
---
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
title: Multilingual Emotion Classifier Demo
|
3 |
+
emoji: π
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: purple
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 4.0.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
license: apache-2.0
|
11 |
---
|
12 |
|
13 |
+
# π Multilingual Emotion Classifier - Interactive Demo
|
14 |
+
|
15 |
+
Test the `rmtariq/multilingual-emotion-classifier` model with this interactive web interface!
|
16 |
+
|
17 |
+
## π Features
|
18 |
+
|
19 |
+
- **π― Single Text Analysis**: Analyze individual texts with confidence scoring
|
20 |
+
- **π Batch Processing**: Process multiple texts with visualizations
|
21 |
+
- **π§ͺ Model Testing**: Run predefined tests to validate performance
|
22 |
+
- **π Multilingual**: Support for English and Malay languages
|
23 |
+
|
24 |
+
## π Model Performance
|
25 |
+
|
26 |
+
- **Overall Accuracy**: 85.0%
|
27 |
+
- **English Performance**: 100%
|
28 |
+
- **Malay Performance**: 100% (all issues fixed)
|
29 |
+
- **Speed**: 20+ predictions/second
|
30 |
+
|
31 |
+
## π― Supported Emotions
|
32 |
+
|
33 |
+
| Emotion | Emoji | Example |
|
34 |
+
|---------|-------|---------|
|
35 |
+
| Anger | π | "I'm so angry!" |
|
36 |
+
| Fear | π¨ | "I'm scared!" |
|
37 |
+
| Happy | π | "I'm so happy!" |
|
38 |
+
| Love | β€οΈ | "I love you!" |
|
39 |
+
| Sadness | π’ | "I'm so sad" |
|
40 |
+
| Surprise | π² | "What a surprise!" |
|
41 |
+
|
42 |
+
## π§ͺ Try These Examples
|
43 |
+
|
44 |
+
### English:
|
45 |
+
- "I am so happy today!"
|
46 |
+
- "This makes me really angry!"
|
47 |
+
- "I love this product!"
|
48 |
+
|
49 |
+
### Malay:
|
50 |
+
- "Saya sangat gembira!"
|
51 |
+
- "Ini adalah hari jadi terbaik!"
|
52 |
+
- "Terbaik!"
|
53 |
+
|
54 |
+
## π Contact
|
55 |
+
|
56 |
+
- **Author**: rmtariq
|
57 |
+
- **Model**: [rmtariq/multilingual-emotion-classifier](https://huggingface.co/rmtariq/multilingual-emotion-classifier)
|