0
/ 100
Good shape overall. A few tweaks would push it into the top tier.
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
Documentation
85
README is present.
Contributing guide is detailed and thorough.
README documents how to install the project.
Licensed under MIT.
Engineering
63
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.
Test files detected (bindings/csharp/CrispASR.Tests/DataTypeTests.cs).
Lockfile present (bindings/go/go.sum). Installs are reproducible.
CI is configured (.github/workflows/build-wasm.yml).
Project health
94
.gitignore present.
Dependency manifest found (bindings/csharp/CrispASR.Tests/CrispASR.Tests.csproj).
Repository has a description.
Actively maintained (pushed within the last month).
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- -Commits (30d / 90d)
- 55Forks
- 56Releaseslatest 2mo ago
Community
- -Community health
- -authors own >50% of commits
- 358Watchers
Responsiveness
- 3hMedian issue response
- 2hMedian PR merge time
- 36Open issues
Repository files69 root entries
- .devops
- .githubGood: CI is configured (.github/workflows/build-wasm.yml).
- bindingsGood: 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
- docsGood: 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
- ggml
- grammars
- handover-prompts
- hf_readmesGood: 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
- tools
- .clang-format
- .clang-tidy
- .dockerignore
- .env.example
- .gitignoreGood: .gitignore present.
- 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.ymlGood: Environment pinned via docker-compose.yml.
- HANDOVER_INDEXTTS.md
- HISTORY.md
- LEARNINGS.md
- LICENSEGood: Licensed under MIT.
- Makefile
- PERFORMANCE.md
- PLAN.md
- pytest.ini
- README_sycl.md
- README.md
- RELEASE_NOTES_v0.6.11.md
- RELEASE_NOTES_v0.8.1.md
- RELEASE_NOTES_v0.8.2.md
- RELEASE_NOTES_v0.8.4.md
- RELEASE_NOTES_v0.8.5.md
- TODO.md
- UPSTREAM.md
- VERSION