Cuckoo Network · Documentation
Cuckoo is a Decentralized AI Platform, starting with GPU-sharing for text-to-image generation and LLM inference.
Generate image now in Telegram https://cuckoo.network/tg or Discord https://cuckoo.network/dc
Before running the node, copy the example environment file and update the values:
cp packages/node/.env.example packages/node/.envThe node reads configuration from this .env file.
- Node.js
>=18and Yarn1.xfor the website inpackages/home - Go
>=1.22for the node inpackages/node
cd packages/node
go run .Run tests with:
go test ./...cd packages/home
yarn
yarn startBuild the static site with yarn build and deploy it using yarn deploy.