Add Vosk keystroke eval tooling and findings
This commit is contained in:
parent
8c1f7c1e13
commit
510d280b74
15 changed files with 2219 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ dependencies = [
|
|||
"numpy",
|
||||
"pillow",
|
||||
"sounddevice",
|
||||
"vosk>=0.3.45",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
|
|
@ -44,6 +45,8 @@ py-modules = [
|
|||
"model_eval",
|
||||
"recorder",
|
||||
"vocabulary",
|
||||
"vosk_collect",
|
||||
"vosk_eval",
|
||||
]
|
||||
|
||||
[tool.setuptools.data-files]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue