Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 725 Bytes

File metadata and controls

31 lines (22 loc) · 725 Bytes

🌊 Ocean Network Compute Tutorials

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.


🚀 What You'll Find Here

This repo contains step-by-step tutorials for:

  • 🧠 AI / ML workloads (fine-tuning, inference, evaluation)
  • 📊 Data processing jobs
  • ⚙️ Ocean Node compute execution

📂 Repository Structure

.
├── fine-tuning/
│   ├── README.md
│   ├── algorithm.py
│   └── config.json
│
├── autoresearch/
|   |- Readme.md
│
└── ...