Good community traction and solid fundamentals. Nearly in the top tier.
LiteRT, successor to TensorFlow Lite. is Google's On-device framework for high-performance ML & GenAI deployment on edge platforms, via efficient conversion, runtime, and optimization
Documentation
95
Contributing guide is detailed and thorough.
README documents how to install the project.
README is present.
Licensed under Apache-2.0.
Engineering
66
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.
CI is configured (.github/workflows/clang_tidy.yml).
Test files detected (ci/tools/python/wheel/utils/manylinux_compliance_test.py).
Lockfile present (docker_build/requirements.txt). Installs are reproducible.
Linter or formatter configured (litert/js/packages/core/eslint.config.js).
Project health
100
Dependency manifest found (Package.swift).
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)
- 350Forks
- 15Releaseslatest 6mo ago
Community
- —Community health
- —authors own >50% of commits
- 2,583Watchers
Responsiveness
- 2d 3hMedian issue response
- <1hMedian PR merge time
- 2,041Open issues
Repository files35 root entries
- .githubGood: CI is configured (.github/workflows/clang_tidy.yml).
- ciGood: Test files detected (ci/tools/python/wheel/utils/manylinux_compliance_test.py).
- cmake_example
- docker_buildGood: Lockfile present (docker_build/requirements.txt). Installs are reproducible.Good: Environment pinned via docker_build/docker-compose.yml.
- g3doc
- litertGood: Linter or formatter configured (litert/js/packages/core/eslint.config.js).
- support
- tensor
- tflite
- third_party
- weight_loader
- .bazeliskrc
- .bazelrc
- .bazelversion
- .clang-tidy
- .gitattributes
- .gitignoreGood: .gitignore present.
- .gitmodules
- BUILD
- BUILD.darts_clone
- BUILD.sentencepiece
- BUILD.tomlplusplus
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- configure
- configure.py
- CONTRIBUTING.mdGood: 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).Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- LICENSEGood: Licensed under Apache-2.0.
- Package.swiftGood: Dependency manifest found (Package.swift).
- PATCH.flatbuffers_windows_no_bash
- PATCH.protobuf_port_msvc_compat
- PATCH.sentencepiece
- 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.
- RELEASE.md
- SECURITY.mdGood: Security policy present.
- WORKSPACE