Skip to content

Commit c575091

Browse files
Revise README for improved clarity and organization
Updated the README to enhance clarity and structure, adding sections for tutorials and repository structure.
1 parent d8c01ac commit c575091

1 file changed

Lines changed: 31 additions & 2 deletions

File tree

README.md

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,31 @@
1-
# oncompute-tutorials
2-
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.
1+
# 🌊 Ocean Network Compute Tutorials
2+
3+
A collection of hands-on tutorials and examples for running **Compute-to-Data** jobs on Ocean Protocol.
4+
5+
This repository demonstrates how to execute algorithms on datasets without exposing the raw data, using Ocean Nodes and the Ocean Orchestrator tooling.
6+
7+
---
8+
9+
## 🚀 What You'll Find Here
10+
11+
This repo contains step-by-step tutorials for:
12+
13+
- 🧠 AI / ML workloads (fine-tuning, inference, evaluation)
14+
- 📊 Data processing jobs
15+
- ⚙️ Ocean Node compute execution
16+
17+
---
18+
19+
## 📂 Repository Structure
20+
21+
```bash
22+
.
23+
├── fine-tuning/
24+
│ ├── README.md
25+
│ ├── algorithm.py
26+
│ └── config.json
27+
28+
├── autoresearch/
29+
| |- Readme.md
30+
31+
└── ...

0 commit comments

Comments
 (0)