8000 GitHub - ysenarath/whispercpp.py: Python bindings for whisper.cpp
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ysenarath/whispercpp.py

 
 

Repository files navigation

Python bindings for whisper.cpp

Note this is Fork used for private use only. Please see the original for your uses.


pip install git+https://github.com/ysenarath/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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0