9 results for “topic:fer-2013”
No description provided.
Facial Emotion Detection (Pretrained Model)
My first AI project for estimating age and recognizing facial expressions. UTKFace and FER-2013 datasets were used as well as some popular Python libraries like OpenCV, TensorFlow, and Keras.
Facial Emotion Recognition using the FER-2013 dataset – preprocesses, normalizes, and visualizes facial expression data for machine learning applications.
Multi-Class Deep facial emotion classification (vision)
A 5-layer CNN model for facial emotion recognition trained on FER-2013. Achieved 76% validation and 63% test accuracy using data augmentation. Key features include convolutional layers, max pooling, and dropout. Suitable for human-computer interaction applications.
Tackling the FER-2013 dataset using different DL models while focusing more on a data centric approach.
A cinematic AI web application that detects real-time emotions via webcam and recommends personalized music playlists using a custom Deep Learning model.
A real-time facial emotion recognition web app built with Flask and a custom CNN model trained on the FER-2013 dataset.