8000 GitHub - AnanthKothuri/whispercpp.py: A copy of the whispercpp.py repo, to be used exclusively in Sagemaker Docker containers.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A copy of the whispercpp.py repo, to be used exclusively in Sagemaker Docker containers.

License

Notifications You must be signed in to change notification settings

AnanthKothuri/whispercpp.py

 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0