This commit is contained in:
Kar
2025-06-16 00:12:37 +05:30
parent 603b36574b
commit 9aa0803bf2
15 changed files with 291 additions and 1 deletions

2
app.py
View File

@@ -7,7 +7,7 @@ import shutil
import json
app = FastAPI()
MODEL_PATH = "model/vosk-model-small-en-us-0.15"
MODEL_PATH = "model/vosk-model-small-en-in-0.4"
if not os.path.exists(MODEL_PATH):
raise RuntimeError(f"Vosk model not found at {MODEL_PATH}")