mushfiqur-rahman/facial_emotion_recognition
0
Real-Time Facial Emotion Detection (runs in your browser)
Webcam-based facial emotion recognition, entirely client-side — no server compute, no paid Space plan needed. MediaPipe's Face Detector (WASM) finds the face; a MobileNetV2 + SE-block classifier trained on RAF-DB and exported to ONNX (running via onnxruntime-web) predicts one of 7 emotions per frame.
Classes: Surprise, Fear, Disgust, Happiness, Sadness, Anger, Neutral.
All inference happens locally in the visitor's browser — your webcam feed never leaves their machine.
