prince22's picture
Update README.md
c7f99aa verified

A newer version of the Streamlit SDK is available: 1.50.0

Upgrade
metadata
title: Emotion Detection App
emoji: πŸ˜ƒ
colorFrom: blue
colorTo: purple
sdk: streamlit
sdk_version: 1.30.0
app_file: app.py
pinned: false

🎭 Real-time Emotion Detection App

This app uses Deep Learning to detect emotions from facial expressions using OpenCV and TensorFlow.
It supports real-time camera feed and image/video uploads for emotion analysis.

πŸš€ How to Use

  1. Upload an image or video OR use your camera
  2. The app will detect faces and predict emotions
  3. Download the processed image/video

πŸ“¦ Dependencies

  • TensorFlow
  • OpenCV
  • NumPy
  • Streamlit

πŸ€– Model Details

The app loads a pre-trained deep learning model for emotion detection.


⚑ Live on Hugging Face Spaces!