This project explores real-time facial expression analysis using computer vision. It includes two versions: 🔹 A classic implementation using OpenCV and Haar cascades for face and smile detection. 🔹 An advanced version powered by a pre-trained Convolutional Neural Network (CNN) for real-time emotion classification.
Stars
3
Forks
2
Watchers
3
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
9
commits
Merge branch 'main' of https://github.com/Alireza-Nikzad/Real-Time-Smile-Detection-and-Mood-Tracker
0917399View on GitHub🎉 Finalize Emotion Detection Project using CNN - Added full model integration, preprocessing, and live video prediction
fc3bf64View on GitHub