first commit asr model

This commit is contained in:
2026-05-01 10:07:33 +06:00
commit 39e6270d6e
17 changed files with 4525 additions and 0 deletions

16
.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# data
.data
data
runs
config