whisper.cpp icon indicating copy to clipboard operation
whisper.cpp copied to clipboard

Port of OpenAI's Whisper model in C/C++

Results 748 whisper.cpp issues
Sort by recently updated
recently updated
newest added

This will show the header files in IDEs.

I created a SwiftUI project in the same spirit as the Android project. This way we could have both an example of how to integrate using Objective-C, and an example...

This is a kind of multi-application feature request. I used whisper.cpp "through" SubtitleEdit (https://github.com/SubtitleEdit/subtitleedit). While using SubtitleEdit/whisper.cpp, I had good results by translating subtitles individually. In short, I selected 5...

help wanted
bindings

Has anyone tried extending this with the ability to go indefinitely beyond 30 seconds, continuously, in real-time? Also, it'd be useful to implement "hypothesis" in the sense that something like...

question

This is an attempt to simplify and unify the SIMD implementation for various architectures. The idea is similar to https://github.com/ggerganov/whisper.cpp/pull/95#issuecomment-1344845687 We define a common subset of C macros which map...

Hi, I made a small demo here https://huggingface.co/spaces/RASMUS/Whisper-youtube-crosslingual-subtitles which uses these models. Now I am trying to convert models created during Huggingface Whisper finetuning event to be used with this...

question

- remove unnecessary initialization of string to "" - use empty() instead of checking size() - use emplace_back instead of push_back - use nullptr instead of NULL - remove unnecessary...