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
trafficstars

## See how when there is Japanese text in the path of the file I want to describe it can't read it because it's using the wrong encoding. ### The...

Hi there, I must be missing something obvious... Running: `python3 convert-pt-to-ggml.py ./llama-2-7b-chat/consolidated.00.pth ../whisper .` Getting: ``` Traceback (most recent call last): File "/Users/jgp/GitHub/llama-test/convert-pt-to-ggml.py", line 210, in hparams = checkpoint["dims"] ~~~~~~~~~~^^^^^^^^...

Is it possible to have real-time transcribing functionality similar to iOS 17?

I have a fine-tuned whisper model for a new language. How can I integrate this into a flutter application? I convert fine-tuned model to ggml format and changed path in...

I try process WAV file with zeroes in Data section. File duration is 1,2 seconds (attached it). Whisper.cpp give hallucination (and wrong duration). [zeroes.zip](https://github.com/ggerganov/whisper.cpp/files/14342590/zeroes.zip) ```bash $ ./main -m ./models/ggml-large-v3.bin -l...

Hello, I wanted to adapt the Android example for use in a service in the background, I noticed that the speeds were significantly slower when running in the background as...

I clone project and run android example, find it not support Streaming support. I need how to do it?

./build/go-whisper -model models/ggml-tiny.en.bin samples/jfk.wav Are there any parameters that can be used with cuda