Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stlukey/whispercpp.py

Python bindings for whisper.cpp
https://github.com/stlukey/whispercpp.py

Last synced: about 2 months ago
JSON representation

Python bindings for whisper.cpp

Awesome Lists containing this project

README

        

Python bindings for whisper.cpp
===============================

Buy Me A Coffee

---
`pip install git+https://github.com/stlukey/whispercpp.py`

```python
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.