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)
Note: default parameters might need to be tweaked. See Whispercpp.pyx.
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commit | ||||
Python bindings for whisper.cpp