42 lines
647 B
Plaintext
42 lines
647 B
Plaintext
# Transcription Service Dependencies
|
|
|
|
# Web framework
|
|
fastapi==0.109.2
|
|
uvicorn[standard]==0.27.1
|
|
python-multipart==0.0.9
|
|
|
|
# Job queue
|
|
redis==5.0.1
|
|
rq==1.16.0
|
|
|
|
# Database
|
|
asyncpg==0.29.0
|
|
sqlalchemy[asyncio]==2.0.25
|
|
psycopg2-binary==2.9.9
|
|
|
|
# Audio processing
|
|
pydub==0.25.1
|
|
soundfile==0.12.1
|
|
librosa==0.10.1
|
|
numpy==1.26.4
|
|
|
|
# Speaker diarization
|
|
resemblyzer==0.1.3
|
|
torch==2.2.0
|
|
torchaudio==2.2.0
|
|
scipy==1.12.0
|
|
scikit-learn==1.4.0
|
|
|
|
# Sentence embeddings (for semantic search)
|
|
sentence-transformers==2.3.1
|
|
|
|
# Utilities
|
|
pydantic==2.6.1
|
|
pydantic-settings==2.1.0
|
|
python-dotenv==1.0.1
|
|
httpx==0.26.0
|
|
tenacity==8.2.3
|
|
|
|
# Logging & monitoring
|
|
structlog==24.1.0
|