Skip to content

Commit 15409aa

Browse files
author
litongmacos
committed
add model
1 parent 8926e6a commit 15409aa

17 files changed

+4534
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
# whisper-cpp server
2+
## simplest
3+
```shell
4+
cmake-build-debug/simplest -m models/ggml-base.en.bin samples/jfk.wav
5+
```
6+
```
7+
simplest [options] file0.wav file1.wav ...
8+
9+
options:
10+
-h, --help [default] show this help message and exit
11+
-m FNAME, --model FNAME [models/ggml-base.en.bin] model path
12+
-di, --diarize [false ] stereo audio diarization
13+
```
14+
## server
215

316
Simple http server. WAV Files are passed to the inference model via http requests.
417

0 commit comments

Comments
 (0)