Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,18 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
| 4 |
# **Facial-Emotion-Detection-SigLIP2**
|
| 5 |
|
| 6 |
> **Facial-Emotion-Detection-SigLIP2** is an image classification vision-language encoder model fine-tuned from **google/siglip2-base-patch16-224** for a single-label classification task. It is designed to classify different facial emotions using the **SiglipForImageClassification** architecture.
|
|
@@ -88,5 +100,4 @@ The **Facial-Emotion-Detection-SigLIP2** model is designed to classify different
|
|
| 88 |
- **Mental Health Monitoring:** Detecting emotional states for well-being analysis.
|
| 89 |
- **Human-Computer Interaction:** Enhancing user experience by recognizing emotions.
|
| 90 |
- **Security & Surveillance:** Identifying suspicious or aggressive behaviors.
|
| 91 |
-
- **AI-Powered Assistants:** Supporting AI-based emotion recognition for various applications.
|
| 92 |
-
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
base_model:
|
| 6 |
+
- google/siglip2-base-patch16-224
|
| 7 |
+
pipeline_tag: image-classification
|
| 8 |
+
library_name: transformers
|
| 9 |
+
tags:
|
| 10 |
+
- facial
|
| 11 |
+
- emotion
|
| 12 |
+
- detection
|
| 13 |
---
|
| 14 |
+

|
| 15 |
+
|
| 16 |
# **Facial-Emotion-Detection-SigLIP2**
|
| 17 |
|
| 18 |
> **Facial-Emotion-Detection-SigLIP2** is an image classification vision-language encoder model fine-tuned from **google/siglip2-base-patch16-224** for a single-label classification task. It is designed to classify different facial emotions using the **SiglipForImageClassification** architecture.
|
|
|
|
| 100 |
- **Mental Health Monitoring:** Detecting emotional states for well-being analysis.
|
| 101 |
- **Human-Computer Interaction:** Enhancing user experience by recognizing emotions.
|
| 102 |
- **Security & Surveillance:** Identifying suspicious or aggressive behaviors.
|
| 103 |
+
- **AI-Powered Assistants:** Supporting AI-based emotion recognition for various applications.
|
|
|