Popular and well-maintained. A little polish away from elite status.
MLX: An array framework for Apple silicon
Documentation
92
README is present.
README documents how to install the project.
Contributing guide is too short for full depth credit (−6 pts). 400+ words earns the full +12 pts.
→ Add setup instructions, code style notes, and how to run tests.
Licensed under MIT.
Engineering
72
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.
CI is configured (.github/workflows/build_and_test.yml).
Test files detected (python/tests).
Lockfile present (docs/requirements.txt). Installs are reproducible.
Issue or PR templates present.
Project health
100
Dependency manifest found (pyproject.toml).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository files22 root entries
- .githubGood: CI is configured (.github/workflows/build_and_test.yml).Good: Dependabot configured for github-actions.Good: Issue or PR templates present.
- benchmarks
- cmake
- docsGood: Lockfile present (docs/requirements.txt). Installs are reproducible.
- examples
- mlx
- pythonGood: Test files detected (python/tests).
- tests
- .clang-format
- .gitignoreGood: .gitignore present.
- .pre-commit-config.yaml
- ACKNOWLEDGMENTS.md
- CITATION.cff
- CMakeLists.txt
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- CONTRIBUTING.mdIssue: Contributing guide is too short for full depth credit (−6 pts). 400+ words earns the full +12 pts.Fix: Add setup instructions, code style notes, and how to run tests.Good: Contributing guide includes setup/install instructions.Good: Contributing guide describes code style expectations.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.
- LICENSEGood: Licensed under MIT.
- MANIFEST.in
- mlx.pc.in
- pyproject.tomlGood: Dependency manifest found (pyproject.toml).
- 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.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.
- setup.py