8000 GitHub - Workshed/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

Workshed/whispercpp.py

 
 

Folders and files

< 8000 td colSpan="3" class="bgColor-muted p-1 rounded-top-2">

Latest commit

 

History

75 Commits
NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python bindings for whisper.cpp

Buy Me A Coffee

Forked from https://github.com/stlukey/whispercpp.py and word level timings added.


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