Project Overview
The project implements facial detection and expression recognition. It first detects faces using the Viola-Jones algorithm, then generates face embeddings for matching with a database.
Modules
- Facial Detection — Detect and extract faces from input images or video.
- Facial Expression Recognition — CNN-based classification into emotions after preprocessing (alignment, rotation, resizing).