256 B
256 B
Python bindings for whisper.cpp
pip install git+https://github.com/o4dev/whispercpp.py
from whispercpp import Whisper
w = Whisper('tiny')
result = w.transcribe("myfile.mp3")
text = w.extract_text(result)