Add Whisper service requirements.txt
This commit is contained in:
14
services/whisper-service/requirements.txt
Normal file
14
services/whisper-service/requirements.txt
Normal file
@ -0,0 +1,14 @@
|
||||
fastapi==0.104.1
|
||||
uvicorn[standard]==0.24.0
|
||||
faster-whisper==0.10.0
|
||||
torch==2.1.0
|
||||
torchaudio==2.1.0
|
||||
redis==5.0.1
|
||||
psycopg2-binary==2.9.9
|
||||
numpy==1.25.2
|
||||
soundfile==0.12.1
|
||||
python-multipart==0.0.6
|
||||
aiofiles==23.2.1
|
||||
structlog==23.2.0
|
||||
python-dotenv==1.0.0
|
||||
pydantic==2.5.0
|
Reference in New Issue
Block a user