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:
dosangyoon
2026-03-23 10:43:30 +09:00
parent 7adaa73102
commit 78244da09f
2 changed files with 84 additions and 0 deletions

View File

@@ -3,5 +3,6 @@ uvicorn[standard]
python-multipart
pydantic
faster-whisper
imageio-ffmpeg
psycopg[binary]
python-dotenv