ggerganov commited on
Commit
247a436
·
unverified ·
1 Parent(s): a7c58c8

minor : remove "examples/" prefix from the README

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -457,15 +457,15 @@ Some of the examples are even ported to run in the browser using WebAssembly. Ch
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
- | [examples/yt-wsp.sh](examples/yt-wsp.sh) | | Download + transcribe and/or translate any VOD [(original)](https://gist.github.com/DaniruKun/96f763ec1a037cc92fe1a059b643b818) |
470
 
471
  ## [Frequently asked questions (#126)](https://github.com/ggerganov/whisper.cpp/discussions/126)
 
457
 
458
  | Example | Web | Description |
459
  | --- | --- | --- |
460
+ | [main](examples/main) | [whisper.wasm](examples/whisper.wasm) | Tool for translating and transcribing audio using Whisper |
461
+ | [bench](examples/bench) | | Benchmark the performance of Whisper on your machine |
462
+ | [stream](examples/stream) | [stream.wasm](examples/stream.wasm) | Real-time transcription of raw microphone capture |
463
+ | [command](examples/command) | [command.wasm](examples/command.wasm) | Basic voice assistant example for receiving voice commands from the mic |
464
+ | | [talk.wasm](examples/talk.wasm) | Talk with a GPT-2 bot in your browser |
465
+ | [whisper.objc](examples/whisper.objc) | | iOS mobile application using whisper.cpp |
466
+ | [whisper.nvim](examples/whisper.nvim) | | Speech-to-text plugin for Neovim |
467
+ | [generate-karaoke.sh](examples/generate-karaoke.sh) | | Helper script to easily [generate a karaoke video](https://youtu.be/uj7hVta4blM) of raw audio capture |
468
+ | [livestream.sh](examples/livestream.sh) | | [Livestream audio transcription](https://github.com/ggerganov/whisper.cpp/issues/185) |
469
+ | [yt-wsp.sh](examples/yt-wsp.sh) | | Download + transcribe and/or translate any VOD [(original)](https://gist.github.com/DaniruKun/96f763ec1a037cc92fe1a059b643b818) |
470
 
471
  ## [Frequently asked questions (#126)](https://github.com/ggerganov/whisper.cpp/discussions/126)