Sebahadin1234/Facial_Expression_Recognition_Deep_Learning
0
1---2title: Facial Expression Classifier ๐3emoji: ๐ญ4colorFrom: indigo5colorTo: blue6sdk: streamlit7sdk_version: "1.35.0"8app_file: app.py9pinned: false10---11 12# Facial Expression Classifier13 14This Streamlit app uses computer vision to detect facial expressions such as happiness, sadness, anger, etc. 15You can capture an image using your webcam or upload one, and the model will predict the emotion.16 17โ
Built with PyTorch and Streamlit 18๐ธ Uses Grad-CAM for model interpretability 19๐ง Models supported: CNN, VGG16, ViT20 21> Try it out and contribute to the dataset!22 