ravi86 commited on
Commit
808c246
·
verified ·
1 Parent(s): b06e1b1

Upload my_model.h5

Browse files

Face Expression Detector

This deep learning model classifies facial expressions in 48x48 pixel grayscale images into one of seven emotion categories: Angry, Disgust, Fear, Happy, Sad, Surprise, and Neutral. Trained on a dataset of 28,709 images, the model is designed for applications such as emotion analysis, human-computer interaction, and psychological research. It achieves robust performance on centered face images, making it suitable for real-world scenarios.

Model Details
Architecture: [Specify the model architecture, e.g., Convolutional Neural Network (CNN), ResNet, or custom architecture. Update this based on your model details.]

Training Data: The model was trained on a dataset of 28,709 grayscale images (48x48 pixels) of faces, likely the FER2013 dataset. The faces are automatically registered to be centered and uniformly sized. The dataset includes:
Training Set: 28,709 images
Public Test Set: 3,589 images

Classes: The model predicts one of seven emotions:
0: Angry
1: Disgust
2: Fear
3: Happy
4: Sad
5: Surprise
6: Neutral

Performance: [Include metrics if available, e.g., "Achieves 70% accuracy on the public test set"]. Performance may vary based on preprocessing and augmentation techniques.
Training Details:
Epochs: [Add number of epochs, if known]
Optimizer: [e.g., Adam, SGD]
Loss Function: [e.g., Categorical Crossentropy]
Hardware: [e.g., Trained on GPU/TPU, if relevant]
Input: Grayscale images of size 48x48 pixels, with centered faces. Preprocessing (e.g., normalization or face detection) is recommended for optimal results.
Output: Probability distribution over the seven emotion classes, with the predicted class corresponding to the highest probability.

Intended Use
This model is suitable for:
Emotion Analysis: Detecting emotions in real-time applications like video analysis or customer feedback systems.
Human-Computer Interaction: Enhancing user experiences in gaming, virtual assistants, or interactive kiosks.
Psychological Research: Supporting studies in affective computing or emotional behavior analysis.
Educational Tools: Assisting in teaching or training applications focused on emotional intelligence.

Files changed (1) hide show
  1. my_model.h5 +3 -0
my_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a2a2e42b28b3f50207b9366c9a4a7f89c394989cf5a00780e36f1af0164bf71
3
+ size 6531344