Spaces:
Running
Running
minor : remove "examples/" prefix from the README
Browse files
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 |
-
| [
|
| 461 |
-
| [
|
| 462 |
-
| [
|
| 463 |
-
| [
|
| 464 |
-
| | [
|
| 465 |
-
| [
|
| 466 |
-
| [
|
| 467 |
-
| [
|
| 468 |
-
| [
|
| 469 |
-
| [
|
| 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)
|