This commit is contained in:
2026-02-24 17:36:44 -05:00
commit 1413a1f463
12 changed files with 869 additions and 0 deletions

7
requirements.txt Normal file
View File

@@ -0,0 +1,7 @@
fastapi==0.115.8
uvicorn[standard]==0.34.0
numpy==1.26.4
scipy==1.12.0
soundfile==0.12.1
onnxruntime==1.22.1
python-multipart==0.0.20