Popular and well-maintained. A little polish away from elite status.

Port of OpenAI's Whisper model in C/C++

Documentation

93

Contributing guide5pt72

Contributing guide is detailed and thorough.

Install and run instructions9pt90

README documents how to install the project.

README12pt100

README is present.

License6pt100

Licensed under MIT.

Engineering

54

Linting and formatting5pt0

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.

Issue and PR templates6pt0

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/CD14pt57

CI is configured (.github/workflows/build-android.yml).

Reproducibility6pt70

Lockfile present (bindings/go/go.sum). Installs are reproducible.

Tests18pt80

Test files detected (bindings/go/pkg/whisper/context_test.go).

Project health

94

Housekeeping3pt60

.gitignore present.

Dependency manifest6pt100

Dependency manifest found (bindings/go/go.mod).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Repository files29 root entries
  • .devops
  • .github
    Good: CI is configured (.github/workflows/build-android.yml).
  • .pi
  • bindings
    Good: 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
  • .gitignore
    Good: .gitignore present.
  • AGENTS.md
  • AUTHORS
  • build-xcframework.sh
  • close-issue.yml
  • CMakeLists.txt
  • CMakePresets.json
  • CONTRIBUTING.md
    Good: 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.
  • LICENSE
    Good: Licensed under MIT.
  • Makefile
  • README_sycl.md
    Good: 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