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
10
exploration/vosk/keystrokes/models.example.json
Normal file
10
exploration/vosk/keystrokes/models.example.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[
|
||||
{
|
||||
"name": "vosk-small-en-us-0.15",
|
||||
"path": "/tmp/vosk-models/vosk-model-small-en-us-0.15"
|
||||
},
|
||||
{
|
||||
"name": "vosk-en-us-0.22-lgraph",
|
||||
"path": "/tmp/vosk-models/vosk-model-en-us-0.22-lgraph"
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue