@@ -53,8 +53,6 @@ On Apple Silicon, the inference runs fully on the GPU via Metal:
5353
5454https://github.com/ggerganov/whisper.cpp/assets/1991296/c82e8f86-60dc-49f2-b048-d2fdbd6b5225
5555
56- Or you can even run it straight in the browser: [ talk.wasm] ( examples/talk.wasm )
57-
5856## Quick start
5957
6058First clone the repository:
@@ -546,7 +544,7 @@ https://user-images.githubusercontent.com/1991296/223206245-2d36d903-cf8e-4f09-8
546544## Benchmarks
547545
548546In order to have an objective comparison of the performance of the inference across different system configurations,
549- use the [ bench] ( examples/bench ) tool. The tool simply runs the Encoder part of the model and prints how much time it
547+ use the [ whisper- bench] ( examples/bench ) tool. The tool simply runs the Encoder part of the model and prints how much time it
550548took to execute it. The results are summarized in the following Github issue:
551549
552550[ Benchmark results] ( https://github.com/ggerganov/whisper.cpp/issues/89 )
@@ -609,12 +607,11 @@ Some of the examples are even ported to run in the browser using WebAssembly. Ch
609607
610608| Example | Web | Description |
611609| --------------------------------------------------- | ------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
612- | [ cli] ( examples/cli ) | [ whisper.wasm] ( examples/whisper.wasm ) | Tool for translating and transcribing audio using Whisper |
613- | [ bench] ( examples/bench ) | [ bench.wasm] ( examples/bench.wasm ) | Benchmark the performance of Whisper on your machine |
614- | [ stream] ( examples/stream ) | [ stream.wasm] ( examples/stream.wasm ) | Real-time transcription of raw microphone capture |
615- | [ command] ( examples/command ) | [ command.wasm] ( examples/command.wasm ) | Basic voice assistant example for receiving voice commands from the mic |
610+ | [ whisper- cli] ( examples/cli ) | [ whisper.wasm] ( examples/whisper.wasm ) | Tool for translating and transcribing audio using Whisper |
611+ | [ whisper- bench] ( examples/bench ) | [ bench.wasm] ( examples/bench.wasm ) | Benchmark the performance of Whisper on your machine |
612+ | [ whisper- stream] ( examples/stream ) | [ stream.wasm] ( examples/stream.wasm ) | Real-time transcription of raw microphone capture |
613+ | [ whisper- command] ( examples/command ) | [ command.wasm] ( examples/command.wasm ) | Basic voice assistant example for receiving voice commands from the mic |
616614| [ wchess] ( examples/wchess ) | [ wchess.wasm] ( examples/wchess ) | Voice-controlled chess |
617- | [ talk] ( examples/talk ) | [ talk.wasm] ( examples/talk.wasm ) | Talk with a GPT-2 bot |
618615| [ talk-llama] ( examples/talk-llama ) | | Talk with a LLaMA bot |
619616| [ whisper.objc] ( examples/whisper.objc ) | | iOS mobile application using whisper.cpp |
620617| [ whisper.swiftui] ( examples/whisper.swiftui ) | | SwiftUI iOS / macOS application using whisper.cpp |
0 commit comments