Remix.run Logo
Maxious a day ago

yep, there's a c++ implementation to run it https://github.com/ggml-org/whisper.cpp

oezi a day ago | parent [-]

Isn't WhisperX the canonical choice for running Whisper?

0points a day ago | parent | next [-]

While whisper and whisperx is python implementations, the whisper.cpp wins the benchmarks.

sampullman a day ago | parent | prev [-]

Maybe for running locally? whisper.cpp is nice because you can embed it pretty easily in apps for various targets like iOS, OSX, Android, wasm, etc.