Popular and well-maintained. A little polish away from elite status.
ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
Documentation
63
Install and run instructions9pt
45
No install instructions found in the README (−45 pts).
→ Add a section showing how to install dependencies.
README12pt
55
README is present.
Contributing guide5pt
72
Contributing guide is detailed and thorough.
License6pt
100
Licensed under MIT.
Engineering
80
CI/CD14pt
57
CI is configured (.github/workflows/lint.yml).
Tests18pt
80
Test files detected (csharp/test).
Linting and formatting5pt
100
Linter or formatter configured (js/.prettierrc).
Reproducibility6pt
100
Lockfile present (requirements.txt). Installs are reproducible.
Issue and PR templates6pt
100
Issue or PR templates present.
Project health
88
Dependency manifest6pt
62
Dependency manifest found (pyproject.toml).
Repository metadata5pt
100
Repository has a description.
Activity5pt
100
Actively maintained (pushed within the last month).
Housekeeping3pt
100
.gitignore present.
Repository files58 root entries
- .agents
- .config
- .devcontainerGood: Environment pinned via .devcontainer/Dockerfile.
- .githooks
- .githubGood: CI is configured (.github/workflows/lint.yml).Good: Dependabot covers 2 ecosystems (pip, github-actions). Dependencies stay current.Good: Issue or PR templates present.
- .vscode
- cgmanifests
- cmake
- csharpGood: Test files detected (csharp/test).
- dockerfiles
- docs
- include
- java
- jsGood: Linter or formatter configured (js/.prettierrc).
- model_package
- objectivec
- onnxruntime
- orttraining
- plugin-ep-cuda
- plugin-ep-webgpu
- rust
- samples
- tools
- winml
- .clang-format
- .clang-tidy
- .dockerignore
- .gitattributes
- .gitignoreGood: .gitignore present.
- .gitmodules
- .ignore
- .lintrunner.toml
- AGENTS.md
- build_arm64x.bat
- build.bat
- build.sh
- CITATION.cff
- CODEOWNERS
- 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.
- CPPLINT.cfg
- lgtm.yml
- LICENSEGood: Licensed under MIT.
- NuGet.config
- ORT_icon_for_light_bg.png
- ort.wprp
- packages.config
- pyproject.tomlGood: Dependency manifest found (pyproject.toml).
- README.mdGood: 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.Issue: README has no code examples (−15 pts).Fix: Show a quick-start snippet so contributors can see what using your project looks like.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.Issue: No install instructions found in the README (−45 pts).Fix: Add a section showing how to install dependencies.Good: README documents how to run the project.
- requirements-dev.txt
- requirements-doc.txt
- requirements-lintrunner.txt
- requirements-training.txt
- requirements.txtGood: Lockfile present (requirements.txt). Installs are reproducible.
- SECURITY.mdGood: Security policy present.
- setup.py
- SUPPORT.md
- ThirdPartyNotices.txt
- VERSION_NUMBER