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/.env
The node reads configuration from this .env
file.
- Node.js
>=18
and Yarn1.x
for the website inpackages/home
- Go
>=1.22
for the node inpackages/node
cd packages/node
go run .
Run tests with:
go test ./...
cd packages/home
yarn
yarn start
Build the static site with yarn build
and deploy it using yarn deploy
.