A web-based application that detects facial expressions in real-time using your webcam or from any uploaded image. Powered by face-api.js, the app runs entirely in the browser and identifies emotions like happy, sad, surprised, angry, and more using face detection, landmark tracking, and expression classification.
- π§ Facial expression recognition in real-time via webcam.
- πΌοΈ Supports image uploads for static face analysis.
- π Detects facial landmarks and draws bounding boxes and points.
- π Identifies the dominant expression with confidence score.
- β‘ Runs fully in-browser β no backend, no installation.
- Real-time emotion detection for interactive web applications
- Educational tools on facial expressions and AI
- Prototypes for mental health or mood tracking tools
- Fun experiments or hackathon projects
- Browser-based face analysis without relying on cloud APIs
- Clone the repository:
git clone https://github.com/yourusername/face-expression-detection-webcam-image.git
cd face-expression-detection-webcam-image