ggerganov commited on
Commit
8526ad3
·
unverified ·
1 Parent(s): 2ee248a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -452,6 +452,19 @@ in [models](models).
452
 
453
  ## Examples
454
 
455
- There are various examples of using the library for different projects in the [examples](examples) folder. Check them out!
 
 
 
 
 
 
 
 
 
 
 
 
 
456
 
457
  ## [Frequently asked questions (#126)](https://github.com/ggerganov/whisper.cpp/discussions/126)
 
452
 
453
  ## Examples
454
 
455
+ There are various examples of using the library for different projects in the [examples](examples) folder.
456
+ Some of the examples are even ported to run in the browser using WebAssembly. Check them out!
457
+
458
+ | Example | Web | Description |
459
+ | --- | --- | --- |
460
+ | [examples/main](examples/main) | [examples/whisper.wasm](examples/whisper.wasm) | Tool for translating and transcribing audio using Whisper |
461
+ | [examples/bench](examples/bench) | | Benchmark the performance of Whisper on your machine |
462
+ | [examples/stream](examples/stream) | [examples/stream.wasm](examples/stream.wasm) | Real-time transcription of raw microphone capture |
463
+ | [examples/command](examples/command) | [examples/command.wasm](examples/command.wasm) | Basic voice assistant example for receiving voice commands from the mic |
464
+ | | [examples/talk.wasm](examples/talk.wasm) | Talk with a GPT-2 bot in your browser |
465
+ | [examples/whisper.objc](examples/whisper.objc) | | iOS mobile application using whisper.cpp |
466
+ | [examples/whisper.nvim](examples/whisper.nvim) | | Speech-to-text plugin for Neovim |
467
+ | [examples/generate-karaoke.sh](examples/generate-karaoke.sh) | | Helper script to easily [generate a karaoke video](https://youtu.be/uj7hVta4blM) of raw audio capture |
468
+ | [examples/livestream.sh](examples/livestream.sh) | | [Livestream audio transcription](https://github.com/ggerganov/whisper.cpp/issues/185) |
469
 
470
  ## [Frequently asked questions (#126)](https://github.com/ggerganov/whisper.cpp/discussions/126)