Natwar commited on
Commit
7369cc2
·
verified ·
1 Parent(s): efe70f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -12
README.md CHANGED
@@ -1,14 +1,10 @@
1
- ---
2
- title: BERT Based Emotion Analysis
3
- emoji: 🐢
4
- colorFrom: purple
5
- colorTo: gray
6
- sdk: gradio
7
- sdk_version: 5.25.0
8
- app_file: app.py
9
- pinned: false
10
- license: mit
11
- short_description: Emotion detection using NLP-based sentiment analysis
12
- ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
+ # Emotion Analysis App
2
+
3
+ This app analyzes emotions in text using BERT. It can detect six emotions: joy, sadness, anger, fear, surprise, and love.
4
+
5
+ ## How to use
6
+ 1. Enter text in the input box
7
+ 2. Click "Analyze Emotions"
8
+ 3. View the emotion distribution chart and detailed results
 
 
 
 
9
 
10
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference