Add Gunicorn support for production in Vosk service and update requirements

This commit is contained in:
Alireza
2025-08-02 17:52:11 +03:30
parent 0d151529f0
commit cfe2b2346a
7 changed files with 220 additions and 6 deletions

View File

@@ -21,6 +21,7 @@ vosk>=0.3.45
# Flask for API (if using Flask version)
flask>=2.3.0
gunicorn>=21.0.0
# Additional optimizations
uvloop>=0.17.0 # Faster event loop for asyncio