Spaces:
Sleeping
Sleeping
Create README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,19 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
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.
|