Image-to-Text
PyTorch
Safetensors
PEFT
English
remote-sensing
satellite-imagery
earth-observation
change-detection
visual-grounding
image-captioning
visual-question-answering
optical-sar-fusion
sar
multimodal
lora
Instructions to use thundercode/SatQuery with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use thundercode/SatQuery with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
release: add docs/OPERATIONS.md
Browse files- docs/OPERATIONS.md +4 -4
docs/OPERATIONS.md
CHANGED
|
@@ -90,7 +90,7 @@ Browser
|
|
| 90 |
Cloudflare Pages β satquery.pages.dev (static frontend, 11 pages)
|
| 91 |
β HTTPS / JSON β /api/*
|
| 92 |
βΌ
|
| 93 |
-
Render β
|
| 94 |
β outbound long-poll POST /tunnel/agent
|
| 95 |
βΌ
|
| 96 |
GitHub Codespace β FastAPI inference, CPU, port 8000
|
|
@@ -133,7 +133,7 @@ Read from the GitHub API during the release reconnaissance (`release/CURRENT_REL
|
|
| 133 |
| Component | Repository | Visibility | Branch | Revision | Host |
|
| 134 |
|---|---|---|---|---|---|
|
| 135 |
| Frontend | `Anish-lab-blip/SatQuery-Frontend` | **private** | `main` | **`2d7ae53b482d`** | Cloudflare Pages β `satquery.pages.dev` |
|
| 136 |
-
| Backend / orchestrator | `Anish-lab-blip/SatQuery-Backend` | **private** | `main` | **`89d80eaddec5`** | Render β `
|
| 137 |
| Inference | `Anish-lab-blip/SatQuery-Inference` | **private** | `main` | **`5a0936ace491`** | Codespace `potential-space-trout-r4ppw969w45j2pvvw`, port 8000, via outbound tunnel |
|
| 138 |
| Public umbrella | `Anish-lab-blip/SatQuery-AI` | **public** | `main` | `3dcabd32da41` ("Initial commit") | this release home |
|
| 139 |
| Monorepo (working copy) | `C:/Users/anish/satquery-ai` | local only | `master` | `9d57aed` | **no git remote**; 334 dirty entries |
|
|
@@ -262,7 +262,7 @@ path is dead for a private repository (`release/CURRENT_RELEASE_STATE.md` Β§2: *
|
|
| 262 |
is **dead** (302 for a private repo); the tunnel is the live transport."*).
|
| 263 |
|
| 264 |
```bash
|
| 265 |
-
curl --noproxy '*' https://
|
| 266 |
```
|
| 267 |
|
| 268 |
Read `tunnel.agent_connected`. `true` means an agent has polled recently; `false` means **no agent has
|
|
@@ -378,7 +378,7 @@ Codespace start
|
|
| 378 |
```
|
| 379 |
|
| 380 |
The hub URL the agent dials is `SATQUERY_HUB_URL`, defaulting to
|
| 381 |
-
`https://
|
| 382 |
|
| 383 |
**What the operator does:**
|
| 384 |
|
|
|
|
| 90 |
Cloudflare Pages β satquery.pages.dev (static frontend, 11 pages)
|
| 91 |
β HTTPS / JSON β /api/*
|
| 92 |
βΌ
|
| 93 |
+
Render β <backend-host> (orchestrator / API gateway)
|
| 94 |
β outbound long-poll POST /tunnel/agent
|
| 95 |
βΌ
|
| 96 |
GitHub Codespace β FastAPI inference, CPU, port 8000
|
|
|
|
| 133 |
| Component | Repository | Visibility | Branch | Revision | Host |
|
| 134 |
|---|---|---|---|---|---|
|
| 135 |
| Frontend | `Anish-lab-blip/SatQuery-Frontend` | **private** | `main` | **`2d7ae53b482d`** | Cloudflare Pages β `satquery.pages.dev` |
|
| 136 |
+
| Backend / orchestrator | `Anish-lab-blip/SatQuery-Backend` | **private** | `main` | **`89d80eaddec5`** | Render β `<backend-host>` |
|
| 137 |
| Inference | `Anish-lab-blip/SatQuery-Inference` | **private** | `main` | **`5a0936ace491`** | Codespace `potential-space-trout-r4ppw969w45j2pvvw`, port 8000, via outbound tunnel |
|
| 138 |
| Public umbrella | `Anish-lab-blip/SatQuery-AI` | **public** | `main` | `3dcabd32da41` ("Initial commit") | this release home |
|
| 139 |
| Monorepo (working copy) | `C:/Users/anish/satquery-ai` | local only | `master` | `9d57aed` | **no git remote**; 334 dirty entries |
|
|
|
|
| 262 |
is **dead** (302 for a private repo); the tunnel is the live transport."*).
|
| 263 |
|
| 264 |
```bash
|
| 265 |
+
curl --noproxy '*' https://<backend-host>/api/health
|
| 266 |
```
|
| 267 |
|
| 268 |
Read `tunnel.agent_connected`. `true` means an agent has polled recently; `false` means **no agent has
|
|
|
|
| 378 |
```
|
| 379 |
|
| 380 |
The hub URL the agent dials is `SATQUERY_HUB_URL`, defaulting to
|
| 381 |
+
`https://<backend-host>` (`deploy/codespace/launch.sh:59-61`).
|
| 382 |
|
| 383 |
**What the operator does:**
|
| 384 |
|