--- 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 1. Clone the repository. 2. Ensure you have the necessary packages installed: `pip install -r requirements.txt` 3. Run the application: `streamlit run app.py`