A CLI-first ML trainer that defaults to short, safe 10-minute runs with intelligent resource governance.
npm install -g @mcptoolshop/backprop copy Every run defaults to 10 minutes. No more 48-hour prayers. Resume from checkpoints any time.
Monitors CPU, RAM, GPU VRAM, and temperature before and during runs. Prevents launches when resources are scarce.
Reads nvidia-smi to pick the GPU with the most free VRAM. Set minimum VRAM and max temperature thresholds.
Every run is logged with metadata and checkpoint paths. List, resume, or compare experiments from the CLI.
Drop a backprop.config.json in your project root to set defaults for run time, parallelism, and GPU limits.
Run, configure, and stop training directly from VS Code with keyboard shortcuts and the command palette.