GraphCanon updated today · GitHub synced today · 33 views this month
52k
Stars
5.9k
Forks
1.2k
Open issues
460
Watchers
today
Last push
C++ MITCreated Sep 25, 2022
Trust & integrity
Full report- Maintenance
- Very active (0d since push)
- As of today · Source: github_public_v1
- Provenance
- Not a fork · Organization account
- As of today · Source: github_public_v1
- Security (OSV)
- No lockfile
- As of today · Source: none
Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.
Backing
Company and funding context for ggml. Display-only - not part of trust score or organic ranking.
- Company
- ggml·GitHub org profile·today
- Commercial model
- Pure OSS·GitHub org profile (public repos)·today
Overview
Port of OpenAI's Whisper model in C/C++
Capability facts
- Languages
- c++
Source: github.language · Jul 11, 2026
Categories
Graph entities
Tags
README
Quick start
First clone the repository:
git clone https://github.com/ggml-org/whisper.cpp.git
Navigate into the directory:
cd whisper.cpp
Then, download one of the Whisper models converted in ggml format. For example:
sh ./models/download-ggml-model.sh base.en
Now build the whisper-cli example and transcribe an audio file like this: