alonsosilvaallende / whispercpp.py

Python bindings for whisper.cpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Python bindings for whisper.cpp

License:MIT License


Languages

Language:Python 100.0%