Automatic Speech Recognition
Welsh
English
whisper.cpp
DewiBrynJones commited on
Commit
69bd548
·
verified ·
1 Parent(s): fc4d854

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -25,3 +25,15 @@ while for transcribing it achieves the following WER results:
25
 
26
  - Welsh: 40.10
27
  - English: 30.9
 
 
 
 
 
 
 
 
 
 
 
 
 
25
 
26
  - Welsh: 40.10
27
  - English: 30.9
28
+
29
+ ## Usage
30
+
31
+ whispercpp makes it easy to use models in many platforms and applications. See the 'examples' folder
32
+ in the whispercpp github repo for more information and example code.
33
+
34
+ To get quickly started with whispercpp's basic usage however, follow the '[Quick Start](https://github.com/ggerganov/whisper.cpp?tab=readme-ov-file#quick-start)'
35
+ but download this model with the following command:
36
+
37
+ ```bash
38
+ $ wget https://huggingface.co/techiaith/whisper-base-ft-cv-cy-en-cpp/resolve/main/ggml-model.bin
39
+ ```