whisper.cpp
ASR model
A high-performance implementation of the OpenAI Whisper ASR model in C++
Port of OpenAI's Whisper model in C/C++
36k stars
311 watching
4k forks
Language: C++
last commit: 5 days ago
Linked from 4 awesome lists
inferenceopenaispeech-recognitionspeech-to-texttransformerwhisper
Related projects:
Repository | Description | Stars |
---|---|---|
const-me/whisper | An implementation of OpenAI's Whisper ASR model using DirectCompute for GPGPU inference | 8,460 |
openai/whisper | A general-purpose speech recognition system trained on large-scale weak supervision | 71,257 |
systran/faster-whisper | A fast speech recognition system built on top of the CTranslate2 transformer model | 12,506 |
ggerganov/whisper.spm | A Swift package for C implementation of a speech recognition system | 169 |
mybigday/whisper.rn | A React Native binding of Whisper's automatic speech recognition model | 395 |
sanchit-gandhi/whisper-jax | An optimized implementation of OpenAI's Whisper Model for speech recognition and speech-to-text tasks using JAX. | 4,444 |
purfview/whisper-standalone-win | Executable standalone versions of Whisper and Faster-Whisper speech recognition tools | 1,326 |
mahmoudashraf97/whisper-diarization | Automates speaker diarization from audio recordings using OpenAI Whisper ASR and additional neural networks. | 3,718 |
m-bain/whisperx | An automatic speech recognition system with word-level timestamps and speaker diarization. | 12,489 |
softcatala/whisper-ctranslate2 | A Whisper client compatible with the CTranslate2 model, providing faster transcription and translation capabilities than OpenAI Whisper | 914 |
huggingface/distil-whisper | A machine learning model that uses audio input to generate text transcriptions at high speeds and with good accuracy. | 3,613 |
macoron/whisper.unity | Provides a high-performance speech recognition system for Unity3D applications. | 433 |
xenova/whisper-web | An open-source speech recognition system built using machine learning models and JavaScript. | 2,578 |
sashabaranov/go-openai | An unofficial wrapper for OpenAI's API services | 9,238 |
illyism/openai-whisper-api | An OpenAI speech-to-text API service built with Node.js and Typescript, running on Docker and Google Cloud Run. | 108 |