ggerganov commited on
Commit
4dfaafd
·
unverified ·
1 Parent(s): 1d5c7f2

Update README.md

Browse files

Add SwiftUI example links

Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -468,6 +468,7 @@ Some of the examples are even ported to run in the browser using WebAssembly. Ch
468
  | [command](examples/command) | [command.wasm](examples/command.wasm) | Basic voice assistant example for receiving voice commands from the mic |
469
  | [talk](examples/talk) | [talk.wasm](examples/talk.wasm) | Talk with a GPT-2 bot |
470
  | [whisper.objc](examples/whisper.objc) | | iOS mobile application using whisper.cpp |
 
471
  | [whisper.android](examples/whisper.android) | | Android mobile application using whisper.cpp |
472
  | [whisper.nvim](examples/whisper.nvim) | | Speech-to-text plugin for Neovim |
473
  | [generate-karaoke.sh](examples/generate-karaoke.sh) | | Helper script to easily [generate a karaoke video](https://youtu.be/uj7hVta4blM) of raw audio capture |
 
468
  | [command](examples/command) | [command.wasm](examples/command.wasm) | Basic voice assistant example for receiving voice commands from the mic |
469
  | [talk](examples/talk) | [talk.wasm](examples/talk.wasm) | Talk with a GPT-2 bot |
470
  | [whisper.objc](examples/whisper.objc) | | iOS mobile application using whisper.cpp |
471
+ | [whisper.swiftui](examples/whisper.swiftui) | | SwiftUI iOS / macOS application using whisper.cpp |
472
  | [whisper.android](examples/whisper.android) | | Android mobile application using whisper.cpp |
473
  | [whisper.nvim](examples/whisper.nvim) | | Speech-to-text plugin for Neovim |
474
  | [generate-karaoke.sh](examples/generate-karaoke.sh) | | Helper script to easily [generate a karaoke video](https://youtu.be/uj7hVta4blM) of raw audio capture |