mirror of
https://github.com/aljazceru/transcription-api.git
synced 2025-12-17 07:14:24 +01:00
initial commit
This commit is contained in:
25
requirements.txt
Normal file
25
requirements.txt
Normal file
@@ -0,0 +1,25 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user