rmtariq commited on
Commit
ad3bb41
Β·
verified Β·
1 Parent(s): 1677057

Add Space README

Browse files
Files changed (1) hide show
  1. README.md +50 -5
README.md CHANGED
@@ -1,12 +1,57 @@
1
  ---
2
  title: Multilingual Emotion Classifier Demo
3
- emoji: 😻
4
- colorFrom: indigo
5
- colorTo: blue
6
  sdk: gradio
7
- sdk_version: 5.35.0
8
  app_file: app.py
9
  pinned: false
 
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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)