Popular and well-maintained. A little polish away from elite status.
Port of OpenAI's Whisper model in C/C++
Documentation
93
Contributing guide is detailed and thorough.
README documents how to install the project.
README is present.
Licensed under MIT.
Engineering
54
No linter or formatter config found.
→ Add a linter config such as .eslintrc.json, .prettierrc, ruff.toml, or .golangci.yml to enforce consistent code style.
No issue or PR templates found (−100 pts).
→ Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.
CI is configured (.github/workflows/build-android.yml).
Lockfile present (bindings/go/go.sum). Installs are reproducible.
Test files detected (bindings/go/pkg/whisper/context_test.go).
Project health
94
.gitignore present.
Dependency manifest found (bindings/go/go.mod).
Repository has a description.
Actively maintained (pushed within the last month).
Repository files29 root entries
- .devops
- .githubGood: CI is configured (.github/workflows/build-android.yml).
- .pi
- bindingsGood: Test files detected (bindings/go/pkg/whisper/context_test.go).Good: Lockfile present (bindings/go/go.sum). Installs are reproducible.Good: Dependency manifest found (bindings/go/go.mod).Issue: Build artifacts or local files may be committed (bindings/java/.idea/uiDesigner.xml) (−40 pts).Fix: Remove them and add to .gitignore.
- ci
- cmake
- examples
- ggml
- grammars
- include
- media
- models
- samples
- scripts
- src
- tests
- .dockerignore
- .gitignoreGood: .gitignore present.
- AGENTS.md
- AUTHORS
- build-xcframework.sh
- close-issue.yml
- CMakeLists.txt
- CMakePresets.json
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Issue: Contributing guide lacks a setup section (−12 pts).Fix: Show new contributors how to get a local dev environment running.Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.Issue: Contributing guide lacks a testing section (−8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- LICENSEGood: Licensed under MIT.
- Makefile
- README_sycl.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.Good: README links to a live demo or deployed app.Good: README includes status badges.Good: README documents how to install the project.Good: README documents how to run the project.
- README.md