Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/requirements-runtime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# binary), so openai-whisper/torch are intentionally absent — that is the ~2GB
# the native install saves. --engine whisper-py remains a dev/source-only option
# via backend/requirements.txt.
opencv-python-headless>=4.8.1.78
opencv-python-headless>=5.0.0.93
numpy>=2.5.1
# Audio-event detection (YAMNet laughter/reaction channel) runs on ONNX Runtime —
# no torch/TF, so it stays on the hermetic native path.
Expand Down
2 changes: 1 addition & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ openai-whisper>=20250625
# speechbrain>=1.0.0

# Face detection (optional, for smart cropping)
opencv-python-headless>=4.8.1.78
opencv-python-headless>=5.0.0.93
numpy>=2.5.1

# Audio-event detection (laughter/reaction channel via YAMNet ONNX — no torch/TF)
Expand Down
Loading