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