Files
stt/requirements.txt
dosangyoon 78244da09f 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
2026-03-23 10:43:30 +09:00

9 lines
112 B
Plaintext

fastapi
uvicorn[standard]
python-multipart
pydantic
faster-whisper
imageio-ffmpeg
psycopg[binary]
python-dotenv