Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Personalized Mental Health Assistant
|
2 |
|
3 |
## Overview
|
|
|
1 |
+
---
|
2 |
+
title: NLP Sentiment Analysis App
|
3 |
+
emoji: π
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: purple
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: "3.50.0"
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
+
# NLP Sentiment Analysis π
|
13 |
+
|
14 |
+
This is a **sentiment analysis web app** built using **Hugging Face Transformers** and **Gradio**, deployed on **Hugging Face Spaces**.
|
15 |
+
|
16 |
+
## π Features
|
17 |
+
- β
Uses **DistilBERT** for sentiment analysis.
|
18 |
+
- β
Provides **positive/negative** sentiment classification.
|
19 |
+
- β
**Web-based UI** using Gradio.
|
20 |
+
- β
**Easy deployment** on Hugging Face Spaces.
|
21 |
+
|
22 |
+
---
|
23 |
+
|
24 |
+
|
25 |
+
|
26 |
# Personalized Mental Health Assistant
|
27 |
|
28 |
## Overview
|