Elliot89 commited on
Commit
13651aa
·
verified ·
1 Parent(s): 53fd5bc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -18
README.md CHANGED
@@ -1,18 +1,25 @@
1
- ---
2
- title: Therapy Companion
3
- emoji: 🧠
4
- colorFrom: green
5
- colorTo: purple
6
- sdk: docker
7
- pinned: false
8
- ---
9
-
10
- # Therapy Companion - AI Wellbeing Application
11
-
12
- This is an AI-powered mental health companion that analyzes emotions through facial expressions and voice.
13
-
14
- ## Features
15
- - Face emotion detection
16
- - Voice emotion recognition
17
- - Stress assessment
18
- - Personalized coping strategies
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Therapy Companion
3
+ emoji: 🧠
4
+ colorFrom: green
5
+ colorTo: purple
6
+ sdk: docker
7
+ app_port: 7860
8
+ pinned: false
9
+ ---
10
+
11
+ # Therapy Companion - AI Wellbeing Application
12
+
13
+ AI-powered mental health companion using facial and voice emotion analysis.
14
+
15
+ ## Features
16
+ - 🎭 Face emotion detection using DeepFace
17
+ - 🎤 Voice emotion recognition with Wav2Vec2
18
+ - 📊 Interactive stress level tracking
19
+ - 🧘 Personalized coping strategies
20
+
21
+ ## Tech Stack
22
+ - Flask backend
23
+ - Chart.js visualizations
24
+ - DeepFace for facial analysis
25
+ - Transformers for voice analysis