]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
Update README.md
authorGeorgi Gerganov <redacted>
Sun, 23 Oct 2022 07:12:10 +0000 (10:12 +0300)
committerGitHub <redacted>
Sun, 23 Oct 2022 07:12:10 +0000 (10:12 +0300)
README.md

index 1784d555b67ae17eaa059cf8d08eb1ca2ed3f8ed..591a1fb52140c7c4ad3f831e435827f13959630c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -24,6 +24,11 @@ Supported platforms:
 - [x] [Android](https://github.com/ggerganov/whisper.cpp/issues/30)
 - [ ] iOS
 
+Having such a lightweight implementation of the model allows to easily integrate it in different platforms and applications.
+As an example, here is a video of running the model on an iPhone 13 device - fully offline, on-device:
+
+https://user-images.githubusercontent.com/1991296/197378526-835929d3-8d87-4904-9d2f-f2c286fa38ad.mp4
+
 ## Usage
 
 To build the main program, run `make`. You can then transcribe a `.wav` file like this: