Real-time facial expression detection using face-api.js, tinyFaceDetector model, and web technologies (HTML, CSS, and JavaScript).
- HTML: Structure the webpage
- CSS: Styling the UI
- JavaScript: Handle the logic and integrate the face-api.js
- Face API: Detect facial expressions using the
tinyFacemodel
This project uses face-api.js to detect facial expressions in real time. The tinyFace model allows for efficient and accurate face detection with minimal computational load, making it ideal for browser-based applications.
- Real-time facial expression detection via webcam
- Lightweight face detection using
tinyFace - Identifies key expressions such as happy, sad, angry, surprised, etc.



