grimso commited on
Commit
7392262
·
verified ·
1 Parent(s): 53b9b71

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - vosk
5
+ - speech-recognition
6
+ - asr
7
+ - kaldi
8
+ ---
9
+
10
+ # Vosk Models Mirror
11
+
12
+ Community mirror of [Vosk](https://alphacephei.com/vosk/) speech recognition models.
13
+
14
+ Original source: https://alphacephei.com/vosk/models
15
+
16
+ ## Download
17
+
18
+ ```bash
19
+ # Small English (40 MB)
20
+ wget https://huggingface.co/grimso/vosk-models/resolve/main/vosk-model-small-en-us-0.15.zip
21
+
22
+ # Full English (1.8 GB)
23
+ wget https://huggingface.co/grimso/vosk-models/resolve/main/vosk-model-en-us-0.22.zip
24
+ ```
25
+
26
+ ## Why this mirror?
27
+
28
+ To ensure these models remain available if the original hosting goes down.
29
+
30
+ ## License
31
+
32
+ Models are provided under their original licenses. See [Vosk](https://alphacephei.com/vosk/) for details.