]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
command : add demonstration video
authorGeorgi Gerganov <redacted>
Fri, 25 Nov 2022 18:23:58 +0000 (20:23 +0200)
committerGeorgi Gerganov <redacted>
Fri, 25 Nov 2022 18:23:58 +0000 (20:23 +0200)
README.md
examples/command/README.md

index e66ee1232979edc28dfc753f2c90db5998614365..5c22979792a2f3b8b25c6ad4d08ab3b5b21fa40a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -34,9 +34,11 @@ As an example, here is a video of running the model on an iPhone 13 device - ful
 
 https://user-images.githubusercontent.com/1991296/197385372-962a6dea-bca1-4d50-bf96-1d8c27b98c81.mp4
 
-Or you can even run it straight in the browser: [talk.wasm](examples/talk.wasm)
+You can also easily make your own offline voice assistant application:
+
+https://user-images.githubusercontent.com/1991296/204038393-2f846eae-c255-4099-a76d-5735c25c49da.mp4
 
-https://user-images.githubusercontent.com/1991296/203845553-f7b44e13-9a15-4fc8-b518-ae8f4c6770fe.mp4
+Or you can even run it straight in the browser: [talk.wasm](examples/talk.wasm)
 
 ## Implementation details
 
index e955bdc85ab570be4a1b9a43b25da77c940ec281..3ef736841a2e10551952178582f60f454a94f84f 100644 (file)
@@ -11,6 +11,8 @@ More info is available in [issue #171](https://github.com/ggerganov/whisper.cpp/
 ./command -m ./models/ggml-tiny.en.bin -ac 768 -t 4 -c 0\r
 ```\r
 \r
+https://user-images.githubusercontent.com/1991296/204038393-2f846eae-c255-4099-a76d-5735c25c49da.mp4\r
+\r
 ## Building\r
 \r
 The `command` tool depends on SDL2 library to capture audio from the microphone. You can build it like this:\r