Spaces:
Sleeping
Sleeping
vijesh418 commited on
Commit ·
717601c
1
Parent(s): 1f07aba
Add HF Spaces metadata block
Browse files
README.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# 🎭 MoodSyncAI
|
| 2 |
|
| 3 |
**Multi-Modal Sentiment & Emotion Analyser** — combines facial emotion (Vision Transformer), text sentiment (Transformer), a fusion layer (with mismatch detection), and a generative model that summarises the emotional state in plain language. Includes a **webcam / short-video timeline** view.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: MoodSyncAI
|
| 3 |
+
emoji: 🎭
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: pink
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 5.50.0
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
license: apache-2.0
|
| 11 |
+
short_description: Multi-modal sentiment & emotion analyser (face + text + audio)
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
# 🎭 MoodSyncAI
|
| 15 |
|
| 16 |
**Multi-Modal Sentiment & Emotion Analyser** — combines facial emotion (Vision Transformer), text sentiment (Transformer), a fusion layer (with mismatch detection), and a generative model that summarises the emotional state in plain language. Includes a **webcam / short-video timeline** view.
|