whispercpp.py icon indicating copy to clipboard operation
whispercpp.py copied to clipboard

Python bindings for whisper.cpp

Results 19 whispercpp.py issues
Sort by recently updated
recently updated
newest added

Hi there, There is no documentation but I am curious if there is the possibility to set the language of the transcription

If I load the medium.en model with whisper.cpp, it runs fine. But I get a core dump trying to do the same thing with this wrapper: >>> w = Whisper('medium')...

How do you access and set the various parameters passed to Whisper? I see the `params` structure in the Whisper class, but it appears to be private and not externally...

On a tiny Hetzner ARM instance, a simple `pip install .` raises an error : ``` Building wheels for collected packages: whispercpp Building wheel for whispercpp (pyproject.toml) ... error error:...

Hello! I trying to make a gui voice transcriber in python but i couldn't figure out how to get progress of recognition. Also, can I fix the small ggml model's...

enhancement

`large` model doesn't work : ```python >>> w = Whisper('large') Downloading ggml-large.bin... whisper_init_from_file_no_state: loading model from '/Users/mlecarme/.ggml-models/ggml-large.bin' whisper_model_load: loading model whisper_model_load: invalid model data (bad magic) whisper_init_no_state: failed to load...

All the fillers like "um" "uh" "mm" etc are getting filtered out when transcribing the file. Could I change some setting to not to do this ?

Thanks for writing this. Seems to work well. However, is there a way to use quantized models with this? I see they aren't included in your MODELS dictionary. If I...

Hi! How can I get the start and end time for each sentence? I saw them printed in the terminal but not sure how to extract them. ![image](https://github.com/stlukey/whispercpp.py/assets/63976795/c9630f5e-a2b4-47b1-b9e1-f376aa015f3d)