whispercpp.py
whispercpp.py copied to clipboard
Python bindings for whisper.cpp
This PR enables you to configure the language in the transcribe function call.
Thank you very much for your work. I want to use this package as speech-to-text to transcribe Spanish. When I change the language in both files to 'es', it seems...
How can we add CoreML support? Thx!
when run the command `pip install git+https://github.com/stlukey/whispercpp.py` ``` command '/var/folders/nz/j6p8yfhx1mv_0grj5xl4650h0000gp/T/abs_810lo85vyi/croot/python-split_1678271120546/_build_env/bin/llvm-ar' failed: No such file or directory [end of output] note: This error originates from a subprocess, and is likely not...
when I install it through the pip command it always gives me this error: ` error: subprocess-exited-with-error × Building wheel for whispercpp (pyproject.toml) did not run successfully. │ exit code:...
Hey, can you provide an example, as to how we can run stream example as provided in whisper.cpp, with your code in python. Thanks!!!
The workflows need to be created to build the wheel for multiple system types. This way we can expand them to test #3 and #4.
The latest release of whisper.cpp have removed "whisper_init" in favor of "whisper_init_from_file". This PR simply updated the Python bindings and git submodule to use the latests version. Also removed .encode('utf-8')...