76

/ 100

GradeC

Solid engineering. The biggest lever is issue and PR templates.

Top 38% of 5,156 graded repos

C++ ggml runtime hub for multilingual ASR and TTS models: Cohere Transcribe, Parakeet TDT, Voxtral, Canary 1B v2, etc, plus universal forced alignment, and more

Top fixes

Highest-impact changes first, ranked by point weight

14 to address
  1. 1
    Tests18pt

    Wire your tests to a documented command (e.g. a test script in your build config) so the suite is reproducible.

  2. 2
    CI/CD14pt

    Add a lint step to catch style issues automatically.

  3. 3
    CI/CD14pt

    Upload coverage to Codecov, Coveralls, or report it with `--coverage` flags.

  4. 4
    README12pt

    Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.

Working through the fixes? Let every push regrade itself.

The free GitHub App rescans this repo on every push and posts the grade as a commit check, so the score climbs without coming back to rescan by hand.

Install the GitHub App

Scorecard

Every check, grouped by category and sorted worst-first

Documentation

85

README12pt70

README is present.

Contributing guide5pt76

Contributing guide is detailed and thorough.

Install and run instructions9pt100

README documents how to install the project.

License6pt100

Licensed under MIT.

Engineering

63

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.

Tests18pt80

Test files detected (bindings/csharp/CrispASR.Tests/DataTypeTests.cs).

Reproducibility6pt80

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

CI/CD14pt85

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

Project health

94

Housekeeping3pt60

.gitignore present.

Dependency manifest6pt100

Dependency manifest found (bindings/csharp/CrispASR.Tests/CrispASR.Tests.csproj).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • -
    Commits (30d / 90d)
  • 78
    Forks
  • 72
    Releaseslatest 3mo ago

Community

  • 57% - Fair
    Community health
  • 1 bus factorlow
    author own >50% of commits
  • 474
    Watchers

Responsiveness

  • 3h
    Median issue response
  • 2h
    Median PR merge time
  • 18
    Open issues
Repository files72 root entries
  • .devops
  • .github
    Good: CI is configured (.github/workflows/build-wasm.yml).
  • assets
  • bindings
    Good: Test files detected (bindings/csharp/CrispASR.Tests/DataTypeTests.cs).
    Good: Lockfile present (bindings/go/go.sum). Installs are reproducible.
    Good: Dependency manifest found (bindings/csharp/CrispASR.Tests/CrispASR.Tests.csproj).
    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
  • crisp_audio
  • crisp_lid
  • crisp_punc
  • crisp_truecase
  • crispasr
  • crispasr-sys
  • docs
    Good: Contributing guide is detailed and thorough.
    Good: Contributing guide includes setup/install instructions.
    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).
    Issue: Contributing guide lacks a PR workflow section (−8 pts).Fix: Explain how to fork, branch, and open a pull request so contributors know what to expect.
    Good: Contributing guide includes code examples.
  • examples
  • flutter
  • glint
  • grammars
  • hf_readmes
    Good: README is present.
    Good: README is well structured with multiple sections.
    Issue: No screenshots or images in the README (−20 pts).Fix: Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.
    Good: README has code examples.
    Good: README links to a live demo or deployed app.
    Issue: No status badges in the README (−10 pts).Fix: Add CI/build status badges from shields.io or your CI provider to signal project health.
    Good: README documents how to install the project.
    Good: README documents how to run the project.
  • hf-space
  • include
  • models
  • python
  • ref
  • samples
  • scripts
  • src
  • Testing
  • tests
  • third_party
  • tools
  • .clang-format
  • .clang-tidy
  • .dockerignore
  • .env.example
  • .gitignore
    Good: .gitignore present.
  • .gitmodules
  • AGENTS.md
  • ARCHITECTURE.md
  • AUDIT.md
  • AUTHORS
  • build-android.sh
  • build-ios.sh
  • build-vulkan.bat
  • build-wasm.sh
  • build-windows.bat
  • build-xcframework.sh
  • CLAUDE.md
  • CMakeLists.txt
  • CMakePresets.json
  • COMPARISON.md
  • docker-compose.cuda.yml
  • docker-compose.vulkan.yml
  • docker-compose.yml
    Good: Environment pinned via docker-compose.yml.
  • ggml
  • HISTORY.md
  • LEARNINGS.md
  • LICENSE
    Good: Licensed under MIT.
  • Makefile
  • PERFORMANCE.md
  • PLAN.md
  • pytest.ini
  • README_sycl.md
  • README.md
  • RELEASE_NOTES_v0.8.18.md
  • RELEASE_NOTES_v0.8.19.md
  • RELEASE_NOTES_v0.8.20.md
  • RELEASE_NOTES_v0.8.21.md
  • RELEASE_NOTES_v0.8.22.md
  • THIRD_PARTY_NOTICES.txt
  • TODO.md
  • UPSTREAM.md
  • VERSION
RepoGrade badge preview

Add this badge to your README

It updates automatically each time the repo is re-graded.

[![RepoGrade](https://www.repo-grade.com/api/badge/crispstrobe/crispasr)](https://www.repo-grade.com/report/crispstrobe/crispasr)

More graded C++ repos