Add OpenAI Whisper test script with ffmpeg fallback via imageio-ffmpeg
- test.py: patch whisper.audio.run for bundled ffmpeg when ffmpeg is not on PATH; expanduser for paths - requirements.txt: add imageio-ffmpeg for optional local transcription tooling Made-with: Cursor
This commit is contained in:
@@ -3,5 +3,6 @@ uvicorn[standard]
|
||||
python-multipart
|
||||
pydantic
|
||||
faster-whisper
|
||||
imageio-ffmpeg
|
||||
psycopg[binary]
|
||||
python-dotenv
|
||||
|
||||
Reference in New Issue
Block a user