whisper-cpp-python icon indicating copy to clipboard operation
whisper-cpp-python copied to clipboard

whisper.cpp bindings for python

Results 11 whisper-cpp-python issues
Sort by recently updated
recently updated
newest added

I've got this minimal script to record 1 second and then transcribe: ``` import os import numpy as np import speech_recognition as sr import whisper_cpp_python # Import the whisper-cpp-python library...