diff --git a/services/whisper-service/requirements.txt b/services/whisper-service/requirements.txt new file mode 100644 index 0000000..81fa8e9 --- /dev/null +++ b/services/whisper-service/requirements.txt @@ -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