CoolFace
Apppublic

Sebahadin1234/Facial_Expression_Recognition_Deep_Learning

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
README.md22 linesDownload Raw Back to root
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