logu29 commited on
Commit
18fc222
Β·
verified Β·
1 Parent(s): 9ada687

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -14
README.md CHANGED
@@ -1,14 +1,19 @@
1
- ---
2
- title: Emotional Analysis2
3
- emoji: πŸ”₯
4
- colorFrom: blue
5
- colorTo: green
6
- sdk: gradio
7
- sdk_version: 5.29.0
8
- app_file: app.py
9
- pinned: false
10
- license: mit
11
- short_description: emotional
12
- ---
13
-
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
1
+ # Emotion & Sentiment Analyzer πŸŽ­πŸ“±
2
+
3
+ This app detects:
4
+ - πŸ“ Sentiment from text (positive, negative, neutral)
5
+ - πŸŽ₯ Emotion from a short video (using DeepFace)
6
+
7
+ ## How to Use:
8
+ 1. Enter a social media message in the textbox
9
+ 2. Upload a short `.mp4` video showing a face
10
+ 3. Click Submit to get results!
11
+
12
+ ## Built With:
13
+ - DeepFace
14
+ - VADER Sentiment Analysis
15
+ - Gradio Interface
16
+ - Deployed on Hugging Face Spaces
17
+
18
+ ## License:
19
+ MIT License – free to use and modify.