krushna123 commited on
Commit
dc9149c
Β·
verified Β·
1 Parent(s): 229e4ac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
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