# 1. Install ffmpeg (required for Whisper to read video audio) # Windows (using winget): winget install ffmpeg # macOS (brew): brew install ffmpeg # Linux (apt): sudo apt install ffmpeg # 2. Install Python packages pip install gradio openai-whisper[all] # includes torch + ffmpeg bindings pip install opencv-python pip uninstall opencv-python opencv-contrib-python -y