blob: 47dbc28351080e3359496dbc10269ea95b1fc609 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[
{ type: install
message: <<EOM
You installed whisper.cpp: Port of OpenAI's Whisper model in C/C++
In order to use whisper.cpp you should first download an AI model.
For example:
$ whisper.cpp-download-ggml-model.sh base.en
Then you can transcribe audio files using a command:
$ whisper-cli -m ggml-base.en.bin -f {sample}.wav
EOM
}
]
|