File size: 501 Bytes
3494365 fa3e9fe 3494365 fa3e9fe 3d3f535 72fcc88 3d3f535 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
---
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`
|