A well-known project done right. Strong docs and solid engineering throughout.
Qualcomm® AI Hub Models is our collection of state-of-the-art machine learning models optimized for performance (latency, memory etc.) and ready to deploy on Qualcomm® devices.
Documentation
88
README is present.
Contributing guide is detailed and thorough.
README documents how to install the project.
Licensed under BSD-3-Clause.
Engineering
86
Test files detected (cli/qai_hub_models_cli/test).
Lockfile present (scripts/compiler_nightly/requirements.txt). Installs are reproducible.
CI is configured (.github/workflows/test_models_split.yml).
Linter or formatter configured (cli/ruff.toml).
Issue or PR templates present.
Project health
100
Dependency manifest found (cli/pyproject.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
- —Commits (30d / 90d)
- 202Forks
- 69Releaseslatest 1y ago
Community
- —Community health
- —authors own >50% of commits
- 1,133Watchers
Responsiveness
- 1d 19hMedian issue response
- 5hMedian PR merge time
- 13Open issues
Repository files20 root entries
- .breeze
- .claude
- .githubGood: CI is configured (.github/workflows/test_models_split.yml).Good: Dependabot configured for github-actions.Good: Issue or PR templates present.
- cliGood: Test files detected (cli/qai_hub_models_cli/test).Good: Linter or formatter configured (cli/ruff.toml).Good: Dependency manifest found (cli/pyproject.toml).
- proto
- scriptsGood: Lockfile present (scripts/compiler_nightly/requirements.txt). Installs are reproducible.
- src
- tutorials
- .gitattributes
- .gitignoreGood: .gitignore present.
- .pre-commit-config.yaml
- .pre-commit-license-header.txt
- .pre-commit-line-ending-check.yaml
- .shellcheckrc
- CLAUDE.md
- CODE-OF-CONDUCT.md
- 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.Good: Contributing guide describes code style expectations.Good: Contributing guide explains how to run tests.Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- LICENSEGood: Licensed under BSD-3-Clause.
- 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.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.
- ruff.toml