← Back to context Comment by Maxious 10 days ago yep, there's a c++ implementation to run it https://github.com/ggml-org/whisper.cpp 3 comments Maxious Reply oezi 10 days ago Isn't WhisperX the canonical choice for running Whisper? 0points 10 days ago While whisper and whisperx is python implementations, the whisper.cpp wins the benchmarks. sampullman 10 days ago 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.
oezi 10 days ago Isn't WhisperX the canonical choice for running Whisper? 0points 10 days ago While whisper and whisperx is python implementations, the whisper.cpp wins the benchmarks. sampullman 10 days ago 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.
0points 10 days ago While whisper and whisperx is python implementations, the whisper.cpp wins the benchmarks.
sampullman 10 days ago 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.
Isn't WhisperX the canonical choice for running Whisper?
While whisper and whisperx is python implementations, the whisper.cpp wins the benchmarks.
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.