Refactor Vosk service startup script to use start_with_deps.sh for both async and Gunicorn modes

This commit is contained in:
Alireza
2025-08-02 17:59:14 +03:30
parent cfe2b2346a
commit 896831aa46
5 changed files with 171 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
# Core dependencies for Vosk service
vosk>=0.3.45
Flask>=2.3.0
soundfile>=0.12.1
# Async and concurrent processing
aiohttp>=3.8.0
asyncio-throttle>=1.0.0
# Production server
gunicorn>=21.0.0
# Additional dependencies
numpy>=1.24.0
requests>=2.31.0