# Chrysopedia — Whisper transcription dependencies # Install: pip install -r requirements.txt # # Note: openai-whisper requires ffmpeg to be installed on the system. # sudo apt install ffmpeg (Debian/Ubuntu) # brew install ffmpeg (macOS) openai-whisper>=20231117 ffmpeg-python>=0.2.0