Upload README.md with huggingface_hub
Browse files
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.
|