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/FRONTEND.md
Browse files- docs/FRONTEND.md +2 -2
docs/FRONTEND.md
CHANGED
|
@@ -276,7 +276,7 @@ handle), its state machine, its two drivers, and its event rendering.
|
|
| 276 |
`frontend/mission.html` is 297 lines. Its `<head>` carries the live API base:
|
| 277 |
|
| 278 |
```html
|
| 279 |
-
<meta name="satquery-api-base" content="https://
|
| 280 |
```
|
| 281 |
|
| 282 |
That meta tag is the second entry in the API-base resolution order (see §5.4). The page loads three
|
|
@@ -451,7 +451,7 @@ has modality-specific requirements. `assetsForTask()` assembles the asset list t
|
|
| 451 |
|
| 452 |
1. `window.SATQUERY_API_BASE` (a runtime override, useful for testing), then
|
| 453 |
2. `<meta name="satquery-api-base">` (the page's declared base — on `mission.html` this is
|
| 454 |
-
`https://
|
| 455 |
3. the default `/api` (a same-origin path).
|
| 456 |
|
| 457 |
`_normalizeBase()` normalises trailing slashes, and `SQ.live.url()` composes the final URL.
|
|
|
|
| 276 |
`frontend/mission.html` is 297 lines. Its `<head>` carries the live API base:
|
| 277 |
|
| 278 |
```html
|
| 279 |
+
<meta name="satquery-api-base" content="https://<backend-host>">
|
| 280 |
```
|
| 281 |
|
| 282 |
That meta tag is the second entry in the API-base resolution order (see §5.4). The page loads three
|
|
|
|
| 451 |
|
| 452 |
1. `window.SATQUERY_API_BASE` (a runtime override, useful for testing), then
|
| 453 |
2. `<meta name="satquery-api-base">` (the page's declared base — on `mission.html` this is
|
| 454 |
+
`https://<backend-host>`), then
|
| 455 |
3. the default `/api` (a same-origin path).
|
| 456 |
|
| 457 |
`_normalizeBase()` normalises trailing slashes, and `SQ.live.url()` composes the final URL.
|