- "whisper/transcribe.py" - "whisper/requirements.txt" - "whisper/README.md" GSD-Task: S01/T04
9 lines
300 B
Text
9 lines
300 B
Text
# 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
|