--- 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.