Commit History

REFAC: Update model loading to use staged approach and enhance audio analysis in Streamlit app
ea6ec54

Kevin King commited on

REFAC: Enhance emotion vector creation and add ECI timeline calculation in Streamlit app
b18efa0

Kevin King commited on

REFAC: Improve emotion vector creation and add ECI timeline calculation in Streamlit app
fa097da

Kevin King commited on

REFAC: Enhance UI layout for video analysis results and improve logging configuration in Streamlit app
ca7a908

Kevin King commited on

REFAC: Update model loading to use 'tiny.en' for improved performance in Streamlit app
0dcbb44

Kevin King commited on

REFAC: Finalize cache directory setup and improve resource management in Streamlit app
1878486

Kevin King commited on

REFAC: Simplify emotion vector creation and enhance video processing logic in Streamlit app
cf09d5c

Kevin King commited on

REFAC: Update Streamlit app to enhance emotion analysis and visualization features
abd725c

Kevin King commited on

REFAC: Improve emotion mapping and display logic in Streamlit app
d5ac657

Kevin King commited on

REFAC: Update requirements and enhance Streamlit app for multimodal emotion analysis
e83cd54

Kevin King commited on

REFAC: Remove unused streamlit app files and clean up imports in streamlit_app.py
764dc1d

Kevin King commited on

FEAT: Preload deepface model from repository
650fd5d

Kevin King commited on

Set DEEPFACE_HOME environment variable to a writable /tmp directory for cache
0a27525

Kevin King commited on

Refactor audio processing logic to improve handling of stereo audio and ensure minimum audio length for analysis in Streamlit app
8611a4b

Kevin King commited on

Refactor audio processing logic to handle stereo audio conversion and improve temporary file cleanup in Streamlit app
10efab7

Kevin King commited on

Refactor video processing logic to improve error handling and resource cleanup in Streamlit app
377a152

Kevin King commited on

Fix caching directory setup and improve video/audio processing error handling in Streamlit app
b2395f1

Kevin King commited on

Refactor Streamlit app to support video uploads for emotion analysis and enhance audio processing capabilities
555549c

Kevin King commited on

Refactor Streamlit app for audio transcription and remove facial emotion recognition logic
4b260d9

Kevin King commited on

Remove redundant packages.txt, rely on SDK defaults
0e9383a

Kevin King commited on

Specify app_file path for Streamlit SDK
e48da29

Kevin King commited on

Change SDK from docker to streamlit
1bfdc56

Kevin King commited on

FIX: Ensure DEEPFACE_HOME is set before import
2da6252

Kevin King commited on

FIX: Add DEEPFACE_HOME env var to minimal FER test
d4b6ff1

Kevin King commited on

FEAT: Set Hugging Face cache directory to /tmp for improved compatibility
7c0135f

Kevin King commited on

FEAT: Add cv2 import and set DeepFace cache directory to /tmp for improved compatibility
5ac354f

Kevin King commited on

FEAT: Update image upload functionality and integrate emotion analysis with DeepFace
439423b

Kevin King commited on

FIX: Disable XSRF protection for file uploads
91c9eb4

Kevin King commited on

FEAT: Add minimal video upload and playback
dbc0e16

Kevin King commited on

fix: specify moviepy version in requirements for compatibility
7a9e214

Kevin King commited on

TEST: Deploy minimal app to isolate moviepy installation issue"
2ae282b

Kevin King commited on

refactor: update requirements and set environment variables for model caching
1e773b8

Kevin King commited on

FEAT: Refactor app for post-hoc file upload analysis
f596015

Kevin King commited on

refactor: simplify Streamlit app for webcam testing and remove unused components
a667ff5

Kevin King commited on

Switch to full python image for webrtc stability
75c12ca

Kevin King commited on

Pin all major dependencies to stable versions
8655886

Kevin King commited on

Allow pip to resolve latest stable dependencies
3979f7c

Kevin King commited on

Add Streamlit config and robust WebRTC settings
aeaf1a6

Kevin King commited on

fix: update torch and torchaudio versions for compatibility
377d393

Kevin King commited on

fix: remove version specifications from requirements.txt for flexibility
2eeb88b

Kevin King commited on

fix: update streamlit-webrtc version and adjust numpy requirement
2a37bbc

Kevin King commited on

fix: specify cache directory for Whisper model loading
bd70a5d

Kevin King commited on

fix: update model caching directories to use /tmp for guaranteed write access
19fdec5

Kevin King commited on

fix: set environment variables for model caching directories
c4f9f88

Kevin King commited on

fix: consolidate system dependency installation and remove redundant command
eccdfe0

Kevin King commited on

fix: move libgl1-mesa-glx installation to a separate RUN command
b63fd62

Kevin King commited on

fix: correct package name from libgl1-mesa-glxst to libgl1-mesa-glx
f33721e

Kevin King commited on

"Use --extra-index-url for torch CPU packages"
390b02e

Kevin King commited on

update base image to Python 3.11 for improved performance and compatibility
75757f4

Kevin King commited on

Pin dependencies for faster build
0cf27a4

Kevin King commited on