Welcome to the Emotion Detection Application! This app allows you to upload images and videos to detect emotions. Simply select the file type you want to analyze and let the magic begin! 😊
- Detect emotions in both images and videos 📸 🎥
- Supports multiple file formats (jpg, jpeg, png, mp4) 📁
- Real-time emotion detection from webcam feed (future feature) 📹
-
Clone this repository to your local machine.
git clone https://github.com/your-username/emotion-detection-app.git
-
Install the required dependencies using pip.
pip install -r requirements.txt
-
Run the Streamlit app by executing the following command in your terminal.
streamlit run facialEmotion.py
-
The application will open in your default web browser. You can then upload an image or video file to analyze the emotions detected.
https://facialemotiondetectionusingcnn.streamlit.app/
- Candace Tariro Hunzwi
Feel free to customize it further according to your needs!