Port of OpenAI's Whisper model in C/C++
whisper.cpp is a high-performance inference of OpenAI's Whisper automatic speech recognition (ASR) model implemented in C/C++. It provides efficient speech-to-text transcription with support for multiple languages and hardware acceleration options including Metal (Apple Silicon), CUDA (NVIDIA GPUs), and optimized BLAS libraries (MKL, OpenBLAS, Accelerate).
This package is built with openblas for BLAS operations and none for GPU acceleration.