metadata
title: Sentiment Analyzer
emoji: 🦀
colorFrom: indigo
colorTo: blue
sdk: streamlit
sdk_version: 1.35.0
app_file: app.py
pinned: false
license: mit
Facial Sentiment Analysis with Streamlit
This Streamlit application streams video from the webcam, analyzes facial sentiment, and displays the results in real-time.
How to Use
- Clone the repository.
- Ensure you have the necessary packages installed:
pip install -r requirements.txt
- Run the application:
streamlit run app.py