A collection of hands-on tutorials and examples for running Compute-to-Data jobs on Ocean Protocol.
This repository demonstrates how to execute algorithms on datasets without exposing the raw data, using Ocean Nodes and the Ocean Orchestrator tooling.
This repo contains step-by-step tutorials for:
- 🧠 AI / ML workloads (fine-tuning, inference, evaluation)
- 📊 Data processing jobs
- ⚙️ Ocean Node compute execution
.
├── fine-tuning/
│ ├── README.md
│ ├── algorithm.py
│ └── config.json
│
├── autoresearch/
| |- Readme.md
│
└── ...