Files
twitch-highlight-detector/requirements.txt
ren fb8b390740 feat: Initial pipeline for Twitch highlight detection
- New 2-of-3 detection system (chat + audio + color)
- GPU support (PyTorch ROCm/CUDA ready)
- Draft mode (360p) for fast testing
- HD mode (1080p) for final render
- Auto download video + chat
- CLI pipeline script
- Documentation in Spanish
2026-02-18 20:41:58 -03:00

18 lines
171 B
Plaintext

# Core
requests
python-dotenv
# Video processing
moviepy
opencv-python-headless
# Audio processing
scipy
numpy
librosa
# Chat download
chat-downloader
# Chat analysis