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.
-
Updated
Aug 10, 2024 - Python
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.
Tackling the FER-2013 dataset using different DL models while focusing more on a data centric approach.
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.
Add a description, image, and links to the fer-2013 topic page so that developers can more easily learn about it.
To associate your repository with the fer-2013 topic, visit your repo's landing page and select "manage topics."