https://github.com/oceanprotocol/oncompute-tutorials
A collection of hands-on tutorials and examples for running **Compute-to-Data ** jobs on Ocean Network. This repository demonstrates how to execute algorithms on datasets without exposing the raw data, using Ocean Nodes and the Ocean Orchestrator tooling.
https://github.com/oceanprotocol/oncompute-tutorials
Last synced: about 2 months ago
JSON representation
A collection of hands-on tutorials and examples for running **Compute-to-Data ** jobs on Ocean Network. This repository demonstrates how to execute algorithms on datasets without exposing the raw data, using Ocean Nodes and the Ocean Orchestrator tooling.
- Host: GitHub
- URL: https://github.com/oceanprotocol/oncompute-tutorials
- Owner: oceanprotocol
- Created: 2026-03-23T16:12:59.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-24T10:11:12.000Z (2 months ago)
- Last Synced: 2026-03-25T08:49:53.185Z (2 months ago)
- Language: Python
- Size: 974 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🌊 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
```bash
.
├── fine-tuning/
│ ├── README.md
│ ├── algorithm.py
│ └── config.json
│
├── autoresearch/
| |- Readme.md
│
└── ...