hmusman2804045-max commited on
Commit ·
de844e4
1
Parent(s): 8a13df3
Add Hugging Face Space metadata to README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Urdu Sentiment and Emotion Analysis Engine
|
| 2 |
|
|
|
|
| 3 |
Welcome to the Urdu Sentiment and Emotion Analysis Engine project! This repository contains the code for a multilingual NLP system that classifies sentiment (Positive, Negative, Neutral) and emotion (Joy, Anger, Fear, Sadness) from Urdu, Roman Urdu, and mixed-language text using a fine-tuned XLM-RoBERTa transformer.
|
| 4 |
|
| 5 |
## Current Progress: Phase 9 (Modal.com Deployment — In Progress)
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Urdu Sentiment & Emotion Analysis Engine
|
| 3 |
+
emoji: 🇵🇰
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 4.26.0
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# Urdu Sentiment and Emotion Analysis Engine
|
| 13 |
|
| 14 |
+
|
| 15 |
Welcome to the Urdu Sentiment and Emotion Analysis Engine project! This repository contains the code for a multilingual NLP system that classifies sentiment (Positive, Negative, Neutral) and emotion (Joy, Anger, Fear, Sadness) from Urdu, Roman Urdu, and mixed-language text using a fine-tuned XLM-RoBERTa transformer.
|
| 16 |
|
| 17 |
## Current Progress: Phase 9 (Modal.com Deployment — In Progress)
|