ggerganov commited on
Commit
64508b4
·
unverified ·
1 Parent(s): f70b793

command : add demonstration video

Browse files
Files changed (2) hide show
  1. README.md +4 -2
  2. examples/command/README.md +2 -0
README.md CHANGED
@@ -34,9 +34,11 @@ As an example, here is a video of running the model on an iPhone 13 device - ful
34
 
35
  https://user-images.githubusercontent.com/1991296/197385372-962a6dea-bca1-4d50-bf96-1d8c27b98c81.mp4
36
 
37
- Or you can even run it straight in the browser: [talk.wasm](examples/talk.wasm)
 
 
38
 
39
- https://user-images.githubusercontent.com/1991296/203845553-f7b44e13-9a15-4fc8-b518-ae8f4c6770fe.mp4
40
 
41
  ## Implementation details
42
 
 
34
 
35
  https://user-images.githubusercontent.com/1991296/197385372-962a6dea-bca1-4d50-bf96-1d8c27b98c81.mp4
36
 
37
+ You can also easily make your own offline voice assistant application:
38
+
39
+ https://user-images.githubusercontent.com/1991296/204038393-2f846eae-c255-4099-a76d-5735c25c49da.mp4
40
 
41
+ Or you can even run it straight in the browser: [talk.wasm](examples/talk.wasm)
42
 
43
  ## Implementation details
44
 
examples/command/README.md CHANGED
@@ -11,6 +11,8 @@ More info is available in [issue #171](https://github.com/ggerganov/whisper.cpp/
11
  ./command -m ./models/ggml-tiny.en.bin -ac 768 -t 4 -c 0
12
  ```
13
 
 
 
14
  ## Building
15
 
16
  The `command` tool depends on SDL2 library to capture audio from the microphone. You can build it like this:
 
11
  ./command -m ./models/ggml-tiny.en.bin -ac 768 -t 4 -c 0
12
  ```
13
 
14
+ https://user-images.githubusercontent.com/1991296/204038393-2f846eae-c255-4099-a76d-5735c25c49da.mp4
15
+
16
  ## Building
17
 
18
  The `command` tool depends on SDL2 library to capture audio from the microphone. You can build it like this: