From: Georgi Gerganov Date: Fri, 23 Dec 2022 09:02:46 +0000 (+0200) Subject: Update README.md X-Git-Tag: upstream/1.7.4~1682 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=1480a5f1afc988ed9c4dd04dd8b23c4c581a6455;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp Update README.md Add SwiftUI example links --- diff --git a/README.md b/README.md index 629e2a89..7a61da79 100644 --- a/README.md +++ b/README.md @@ -468,6 +468,7 @@ Some of the examples are even ported to run in the browser using WebAssembly. Ch | [command](examples/command) | [command.wasm](examples/command.wasm) | Basic voice assistant example for receiving voice commands from the mic | | [talk](examples/talk) | [talk.wasm](examples/talk.wasm) | Talk with a GPT-2 bot | | [whisper.objc](examples/whisper.objc) | | iOS mobile application using whisper.cpp | +| [whisper.swiftui](examples/whisper.swiftui) | | SwiftUI iOS / macOS application using whisper.cpp | | [whisper.android](examples/whisper.android) | | Android mobile application using whisper.cpp | | [whisper.nvim](examples/whisper.nvim) | | Speech-to-text plugin for Neovim | | [generate-karaoke.sh](examples/generate-karaoke.sh) | | Helper script to easily [generate a karaoke video](https://youtu.be/uj7hVta4blM) of raw audio capture |