This project is a real-time facial emotion recognition app built with TensorFlow.js, face-api.js, and native JavaScript. It uses your webcam to detect your face and classify your emotion (e.g., happy, sad, angry) directly in the browser β no server, no backend, 100% client-side!
- π₯ Real-time webcam input using WebRTC
- π Emotion detection using pre-trained face-api.js models
- π§ Runs directly in browser (no backend required)
- π₯οΈ Responsive UI with HTML/CSS and vanilla JavaScript
- π Private: All processing happens in the browser
Click here to try it online
(Make sure to allow camera access)
git clone https://github.com/yourusername/emotion-detector-js.git
cd emotion-detector-js