Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Facial Expression Detection Model using CNN #832

Merged
merged 2 commits into from
Nov 9, 2024

Conversation

Varunshiyam
Copy link
Contributor

Related Issues or bug

Human-computer interaction is advancing rapidly, and systems need to respond not only to explicit commands but also to implicit signals, such as human emotions. Facial expressions are a crucial indicator of a person's emotional state, and detecting these expressions accurately in real-time can enhance applications across healthcare, security, customer service, and entertainment. However, accurately predicting emotions from facial expressions is challenging due to variations in face shape, lighting, occlusion, and subtle expression differences. This project addresses the problem by developing a CNN model capable of predicting facial expressions in real-time with high accuracy.

Fixes: #830

Proposed Changes

This project focuses on building a Facial Expression Detection Model using a Convolutional Neural Network (CNN). It aims to classify facial expressions into distinct categories such as "angry," "happy," "sad," "surprise," "neutral," and others. The model uses the FER2013 dataset, which contains grayscale images of faces annotated with emotion labels, as the primary training data. The architecture leverages convolutional and pooling layers to capture spatial hierarchies in images, followed by dense layers for classification. TensorFlow and Keras are the primary libraries for implementing the CNN, while data augmentation and preprocessing techniques enhance the model's robustness.

Copy link

vercel bot commented Nov 9, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ml-nexus ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 9, 2024 2:42am

Copy link

github-actions bot commented Nov 9, 2024

👋 Thank you for opening this pull request! We appreciate your contribution to improving this project. Your PR is under review, and we'll get back to you shortly.
Don't forget to mention the issue you solved!

Copy link

github-actions bot commented Nov 9, 2024

🎉🎉 Thank you for your contribution! Your PR #832 has been merged! 🎉🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Facial Expression Detection Model using CNN
2 participants