MartinKondor / whisper-py

Python bindings for Whisper.cpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

whisper-py

Python bindings for whisper.cpp

Latest working commit on the main branch: 5a5c5dd

How to setup

  1. Clone this repository.
  2. Clone MartinKondor/whisper.cpp.
  3. Copy pybind.sh and whisper.py from this repository to the root folder of whisper.cpp.
  4. Download a base language model according to MartinKondor/whisper.cpp's README
  5. Run: sh pybind.sh.
  6. Test if everything works with: python whisper.py.
  7. You can build on whisper.py further.

License

See the LICENSE file for more details.

About

Python bindings for Whisper.cpp

License:MIT License


Languages

Language:Python 90.6%Language:Shell 9.4%