# 0G Compute Network Web UI (Embedded)

This is the embedded version of the 0G Compute Network Web UI.

## Usage

This Web UI is automatically started when you run:

```bash
0g-compute-cli start-web
```

## Features

- 💰 Ledger management
- 🧠 Inference operations  
- 🔧 Fine-tuning
- 🌐 Web3 wallet integration

## Development

If you want to develop on this UI:

```bash
cd web-ui
npm install
npm run dev
```
