Three pillars for data-integrated excellence:
- Learning Lab Matrix — per-standard mastery, made visible.
- Momentum Metrics — trendlines that predict performance.
- AI-Supported Insights — compact, actionable summaries.
pip install -r requirements.txt
python -m synmaatic_li.cli --assessments data/assessments_template.csv --certs data/certifications_template.csv --outdir reportsOutputs:
reports/weekly_report.mdreports/notion_payload.json
Open examples/demo.ipynb for an interactive tour.
- TTL portfolio artifacts, student-facing data rituals, and parent-ready Synmaatic Scholars dashboards — all powered by one open project.
src/synmaatic_li/
compute.py # matrix, momentum, insights
certs.py # tech roadmap hours checker
report.py # markdown + notion payload
cli.py # CLI entrypoint
data/
assessments_template.csv
certifications_template.csv
examples/
demo.ipynb
tests/
test_bands.py
.github/workflows/
ci.yml
docs/
ROADMAP.md
See CONTRIBUTING.md and CODE_OF_CONDUCT.md.
MIT — see LICENSE.