mirror of
https://github.com/aljazceru/transcription-api.git
synced 2025-12-16 23:14:18 +01:00
25 lines
412 B
Plaintext
25 lines
412 B
Plaintext
# Core dependencies
|
|
grpcio==1.60.0
|
|
grpcio-tools==1.60.0
|
|
websockets==12.0
|
|
fastapi==0.109.0
|
|
uvicorn[standard]==0.27.0
|
|
|
|
# Audio processing
|
|
numpy==1.24.3
|
|
soundfile==0.12.1
|
|
librosa==0.10.1
|
|
|
|
# SimulStreaming/Whisper dependencies
|
|
torch>=2.0.0
|
|
transformers>=4.36.0
|
|
openai-whisper>=20231117
|
|
|
|
# Utilities
|
|
python-multipart==0.0.6
|
|
aiofiles==23.2.1
|
|
pydantic==2.5.3
|
|
python-dotenv==1.0.0
|
|
|
|
# Monitoring
|
|
prometheus-client==0.19.0 |