# whispercpp.py **Repository Path**: lidll/whispercpp.py ## Basic Information - **Project Name**: whispercpp.py - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-24 - **Last Updated**: 2025-09-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.