Stress_Detector
Stress_Detector copied to clipboard
API to detect Stress through real-time facial recognition using Deep learning and CNN
# Stress_Detector
Aim:
Project to develop a live Stress Detection API using Deep Learning, CNN and Flask
Dataset:
Keras FER2013 dataset
Libraries Required:
- Keras
- OpenCV
- Dlib 4.imutils
- Flask
Resources:
68 Point Facial Landmark
Procedure:
- Emotion Recongition- model training
- Getting Vieos frame-by-frame using OpenCV
- Calculation stress levels using eyebrow and lip movements
- Displayng calculated stress levels continously on the frame
- Deploying the Ap using Flask in Python
Working:
Clone and download the repository and run the app.py file and view the output in the local server page.