Python bindings for whisper.cpp, providing fast and easy-to-use speech-to-text with support for various backends (CPU, CUDA, Vulkan, OpenVINO, CoreML). Current version 1.4.1, active development with monthly releases.
pip install pywhispercppNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic transcription example.
Ensure model_path is a str in newer versions.
Use locks if calling from multiple threads.
Use `from pywhispercpp import Model` instead.
No dependency data recorded yet.