Geoffrey Hollingworth
initial upload
3d3f535
|
raw
history blame
343 Bytes

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