- Add app/diarize.py: merge faster-whisper segments with pyannote (A/B/C) - Wire /api/jobs and /api/transcribe; job API returns speaker_diarization, diarize_skip_reason - UI: meta line shows diarization applied/skipped; hint for models path - requirements.txt: pyannote.audio; README APP_DIARIZE / APP_PYANNOTE_MODEL_DIR - whisper_stt.py: validate config.yaml before loading pipeline - requirements-whisper-stt.txt: minor doc updates if any Made-with: Cursor
10 lines
134 B
Plaintext
10 lines
134 B
Plaintext
fastapi
|
|
uvicorn[standard]
|
|
python-multipart
|
|
pydantic
|
|
faster-whisper
|
|
imageio-ffmpeg
|
|
pyannote.audio>=3.1.0
|
|
psycopg[binary]
|
|
python-dotenv
|