DaisyChain-Train / web /package.json
Quazim0t0's picture
Release: SpikeWhale slider panel (HF dataset picker, stop/back), DaisyChain-Web (P2P WebRTC training, DaisyAdam, checkpoints, room host approval, verified-units-only)
4fd620e verified
Raw
History Blame Contribute Delete
376 Bytes
{
"name": "daisychain-web",
"version": "0.1.0",
"description": "Train a shared model P2P in the browser — WebRTC mesh + WebGPU compute. Open a page, become a node.",
"license": "MIT",
"author": "Dean Byrne (Quazim0t0) / DaisyChainAI",
"scripts": {
"start": "node server.js",
"test": "node test_core.js"
},
"dependencies": {
"ws": "^8.21.0"
}
}