Web interface for browsing AgML datasets and benchmarks.
cd frontend
npm install
npm run prebuild # requires agml-source at ../agml-source
npm run devSee frontend/README.md for full details.
Push to main to auto-deploy to project-agml.github.io.
Setup (one-time): Use a deploy key (org-owned, no personal account):
- Generate a key:
ssh-keygen -t ed25519 -C "agml-hub-deploy" -f deploy_key -N "" - In project-agml.github.io → Settings → Deploy keys → Add deploy key: paste
deploy_key.pub, enable "Allow write access" - In AgML-Hub → Settings → Secrets → Actions: add
ACTIONS_DEPLOY_KEYwith the contents ofdeploy_key(private key) - Delete the local key files.