whisper.cpp
Kategorie: KI / LLM
Tags: speech-to-text, asr, whisper, openai, c, offline, on-device, gpu, cuda, metal, vulkan, webassembly, quantization, speech-recognition, transcription, ggml
Kurzbeschreibung
whisper.cpp ist eine schlanke, dependenzfreie C/C++-Implementierung von OpenAIs Whisper-ASR-Modell, die auf nahezu allen Plattformen (macOS, iOS, Android, Windows, Linux, WebAssembly) vollständig offline läuft und GPU-Beschleunigung via CUDA, Metal, Vulkan und OpenVINO unterstützt.
Installation
git clone https://github.com/ggml-org/whisper.cpp.git && cd whisper.cpp && cmake -B build && cmake —build build -j —config Release
Original Description
Port of OpenAI’s Whisper model in C/C++