CoolFace
Apppublic

kingkw1/AffectLink

sourceHugging Faceupdated 1y agoView on Hugging Face
1likes
50 commits on main
ea6ec541y ago

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

Kevin King
b18efa01y ago

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

Kevin King
fa097da1y ago

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

Kevin King
ca7a9081y ago

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

Kevin King
0dcbb441y ago

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

Kevin King
18784861y ago

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

Kevin King
cf09d5c1y ago

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

Kevin King
abd725c1y ago

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

Kevin King
d5ac6571y ago

REFAC: Improve emotion mapping and display logic in Streamlit app

Kevin King
e83cd541y ago

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

Kevin King
764dc1d1y ago

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

Kevin King
650fd5d1y ago

FEAT: Preload deepface model from repository

Kevin King
0a275251y ago

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

Kevin King
8611a4b1y ago

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

Kevin King
10efab71y ago

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

Kevin King
377a1521y ago

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

Kevin King
b2395f11y ago

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

Kevin King
555549c1y ago

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

Kevin King
4b260d91y ago

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

Kevin King
0e9383a1y ago

Remove redundant packages.txt, rely on SDK defaults

Kevin King
e48da291y ago

Specify app_file path for Streamlit SDK

Kevin King
1bfdc561y ago

Change SDK from docker to streamlit

Kevin King
2da62521y ago

FIX: Ensure DEEPFACE_HOME is set before import

Kevin King
d4b6ff11y ago

FIX: Add DEEPFACE_HOME env var to minimal FER test

Kevin King
7c0135f1y ago

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

Kevin King
5ac354f1y ago

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

Kevin King
439423b1y ago

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

Kevin King
91c9eb41y ago

FIX: Disable XSRF protection for file uploads

Kevin King
dbc0e161y ago

FEAT: Add minimal video upload and playback

Kevin King
7a9e2141y ago

fix: specify moviepy version in requirements for compatibility

Kevin King
2ae282b1y ago

TEST: Deploy minimal app to isolate moviepy installation issue"

Kevin King
1e773b81y ago

refactor: update requirements and set environment variables for model caching

Kevin King
f5960151y ago

FEAT: Refactor app for post-hoc file upload analysis

Kevin King
a667ff51y ago

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

Kevin King
75c12ca1y ago

Switch to full python image for webrtc stability

Kevin King
86558861y ago

Pin all major dependencies to stable versions

Kevin King
3979f7c1y ago

Allow pip to resolve latest stable dependencies

Kevin King
aeaf1a61y ago

Add Streamlit config and robust WebRTC settings

Kevin King
377d3931y ago

fix: update torch and torchaudio versions for compatibility

Kevin King
2eeb88b1y ago

fix: remove version specifications from requirements.txt for flexibility

Kevin King
2a37bbc1y ago

fix: update streamlit-webrtc version and adjust numpy requirement

Kevin King
bd70a5d1y ago

fix: specify cache directory for Whisper model loading

Kevin King
19fdec51y ago

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

Kevin King
c4f9f881y ago

fix: set environment variables for model caching directories

Kevin King
eccdfe01y ago

fix: consolidate system dependency installation and remove redundant command

Kevin King
b63fd621y ago

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

Kevin King
f33721e1y ago

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

Kevin King
390b02e1y ago

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

Kevin King
75757f41y ago

update base image to Python 3.11 for improved performance and compatibility

Kevin King
0cf27a41y ago

Pin dependencies for faster build

Kevin King