emotion-classifier / README.md
Jaya242
initial deploy: emotion classifier with GradCAM
793c251
|
Raw
History Blame Contribute Delete
585 Bytes
---
title: Emotion Classifier with GradCAM
emoji:
🎭
colorFrom: yellow
colorTo: red
sdk: gradio
sdk_version:
6.19.0
app_file: app.py
pinned: false
license: mit
---
#
Emotion Classifier with GradCAM
Facial emotion recognition using
ResNet18 fine-tuned on FER2013. **68.7% test accuracy**.
Upload a
face photo (or use webcam) → see the predicted emotion + GradCAM
heatmap showing which face regions drove the prediction.
Built as
part of an AI/ML portfolio sprint. See [GitHub
repo](https://github.com/Jaya242/emotion_classifier) for full
methodology.