91
/ 100
A top-tier open source project. Docs, tests, and CI are all in excellent shape.
Minimalist ML framework for Rust
Top fixes
Highest-impact changes first, ranked by point weight
- 1Install and run instructions9pt
Add a .env.example listing all required environment variables so contributors know what to set up.
- 2Reproducibility6pt
Add a Dockerfile, .nvmrc, or .python-version to pin the runtime version and make the environment reproducible.
- 3Reproducibility6pt
Add additional package-ecosystem entries (especially github-actions) to keep all dependencies current.
- 4Issue and PR templates6pt
Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.
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.
Scorecard
Every check, grouped by category and sorted worst-first
Documentation
93
CONTRIBUTING guide found.
README documents how to install the project.
README is present.
Licensed under Apache-2.0.
Engineering
86
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.
Lockfile present (candle-examples/examples/marian-mt/python/requirements.txt). Installs are reproducible.
Test files detected (candle-core/tests).
CI is configured (.github/workflows/ci_cuda.yaml).
Rust linting configured (cargo clippy in CI, cargo fmt in CI).
Project health
100
Dependency manifest found (Cargo.toml).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- 28 / 80Commits (30d / 90d)
- 1,616Forks
- 0Releases
Community
- 37% - WeakCommunity health
- 1 bus factorlowauthor own >50% of commits
- 20,558Watchers
Responsiveness
- 3hMedian issue response
- <1hMedian PR merge time
- 735Open issues
Repository files26 root entries
- .cargo
- .githubGood: CI is configured (.github/workflows/ci_cuda.yaml).Good: Dependabot configured for cargo.
- candle-bookGood: CONTRIBUTING guide found.Issue: CONTRIBUTING guide contents could not be read (−28 pts vs a readable file).Fix: Move the file to the repo root or docs/CONTRIBUTING.md so its setup, style, test, and PR sections can be graded.
- candle-coreGood: Licensed under Apache-2.0.Good: Test files detected (candle-core/tests).
- candle-datasets
- candle-examplesGood: Lockfile present (candle-examples/examples/marian-mt/python/requirements.txt). Installs are reproducible.
- candle-flash-attn
- candle-flash-attn-v3
- candle-kernels
- candle-metal-kernels
- candle-nn
- candle-onnx
- candle-pyo3
- candle-transformers
- candle-ug
- candle-wasm-examples
- candle-wasm-tests
- tensor-tools
- .gitignoreGood: .gitignore present.
- .pre-commit-config.yaml
- Cargo.tomlGood: Dependency manifest found (Cargo.toml).
- CHANGELOG.md
- LICENSE-APACHE
- LICENSE-MIT
- Makefile
- README.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.
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/huggingface/candle)