Spaces:
Sleeping
Sleeping
Ashwin B
commited on
Commit
·
5797484
1
Parent(s):
3161ba0
readme changes
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Emotion Classifier (NLP)
|
2 |
|
3 |
A simple NLP-based emotion classification app that uses a fine-tuned transformer model on the GoEmotions dataset to predict the emotion conveyed in a given sentence.
|
|
|
1 |
+
---
|
2 |
+
title: Emotion Classifier (NLP)
|
3 |
+
emoji: 🧠
|
4 |
+
colorFrom: indigo
|
5 |
+
colorTo: pink
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: "4.31.0"
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
# Emotion Classifier (NLP)
|
13 |
|
14 |
A simple NLP-based emotion classification app that uses a fine-tuned transformer model on the GoEmotions dataset to predict the emotion conveyed in a given sentence.
|