stlukey/whispercpp.py

Python bindings for whisper.cpp

249

stars

71

commits

Python

primary language

Jun 1, 2024

updated

README

Python bindings for whisper.cpp

Buy Me A Coffee


pip install git+https://github.com/stlukey/whispercpp.py

from whispercpp import Whisper

w = Whisper('tiny')

result = w.transcribe("myfile.mp3")
text = w.extract_text(result)

Note: default parameters might need to be tweaked. See Whispercpp.pyx.

Contributors

stlukey

57 commits

aidanperkins

6 commits

rlrs

5 commits

boolemancer

1 commits

stlukey/whispercpp.py

Python bindings for whisper.cpp

249

stars

71

commits

Python

primary language

Jun 1, 2024

updated

README

Python bindings for whisper.cpp

Buy Me A Coffee


pip install git+https://github.com/stlukey/whispercpp.py

from whispercpp import Whisper

w = Whisper('tiny')

result = w.transcribe("myfile.mp3")
text = w.extract_text(result)

Note: default parameters might need to be tweaked. See Whispercpp.pyx.

Contributors

stlukey

57 commits

aidanperkins

6 commits

rlrs

5 commits

boolemancer

1 commits

Languages

Python

100.0%