Spaces:
Running
Running
Commit Β·
bd57a16
1
Parent(s): f33c596
add dataset links
Browse files- Tutorial.md +9 -0
- app.py +2 -1
Tutorial.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
| 1 |
# EarthEmbeddingExplorer
|
| 2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
## Background
|
| 4 |
|
| 5 |
### What is this project about?
|
|
|
|
| 1 |
# EarthEmbeddingExplorer
|
| 2 |
|
| 3 |
+
<div style="display: flex; gap: 0.2em; align-items: center; justify-content: center;">
|
| 4 |
+
<a href="https://www.modelscope.cn/studios/VoyagerX/EarthExplorer"><img src="https://img.shields.io/badge/Open in ModelScope.cn-xGPU-624aff"></a>
|
| 5 |
+
<a href="https://modelscope.cn/datasets/VoyagerX/EarthEmbeddings"><img src="https://img.shields.io/badge/πΎ MS-Dataset-624aff"></a>
|
| 6 |
+
<a href="https://huggingface.co/spaces/ML4Sustain/EarthExplorer"><img src="https://img.shields.io/badge/Open in HF Space-CPU-FFD21E"></a>
|
| 7 |
+
<a href="https://huggingface.co/datasets/ML4Sustain/EarthEmbeddings"><img src="https://img.shields.io/badge/π€ HF-Dataset-FFD21E"></a>
|
| 8 |
+
<a href="https://huggingface.co/spaces/ML4Sustain/EarthExplorer/blob/main/Tutorial.md"> <img src="https://img.shields.io/badge/Tutorial-π-007bff"> </a>
|
| 9 |
+
<a href="https://modelscope.cn/studios/VoyagerX/EarthExplorer/file/view/master/Tutorial_zh.md?status=1"> <img src="https://img.shields.io/badge/δΈζζη¨-π-007bff"> </a>
|
| 10 |
+
</div>
|
| 11 |
+
|
| 12 |
## Background
|
| 13 |
|
| 14 |
### What is this project about?
|
app.py
CHANGED
|
@@ -621,8 +621,9 @@ with gr.Blocks(title="EarthEmbeddingExplorer") as demo:
|
|
| 621 |
|
| 622 |
<div style="display: flex; gap: 0.2em; align-items: center; justify-content: center;">
|
| 623 |
<a href="https://www.modelscope.cn/studios/VoyagerX/EarthExplorer"><img src="https://img.shields.io/badge/Open in ModelScope.cn-xGPU-624aff"></a>
|
| 624 |
-
<a href="https://
|
| 625 |
<a href="https://huggingface.co/spaces/ML4Sustain/EarthExplorer"><img src="https://img.shields.io/badge/Open in HF Space-CPU-FFD21E"></a>
|
|
|
|
| 626 |
<a href="https://huggingface.co/spaces/ML4Sustain/EarthExplorer/blob/main/Tutorial.md"> <img src="https://img.shields.io/badge/Tutorial-π-007bff"> </a>
|
| 627 |
<a href="https://modelscope.cn/studios/VoyagerX/EarthExplorer/file/view/master/Tutorial_zh.md?status=1"> <img src="https://img.shields.io/badge/δΈζζη¨-π-007bff"> </a>
|
| 628 |
</div>
|
|
|
|
| 621 |
|
| 622 |
<div style="display: flex; gap: 0.2em; align-items: center; justify-content: center;">
|
| 623 |
<a href="https://www.modelscope.cn/studios/VoyagerX/EarthExplorer"><img src="https://img.shields.io/badge/Open in ModelScope.cn-xGPU-624aff"></a>
|
| 624 |
+
<a href="https://modelscope.cn/datasets/VoyagerX/EarthEmbeddings"><img src="https://img.shields.io/badge/πΎ MS-Dataset-624aff"></a>
|
| 625 |
<a href="https://huggingface.co/spaces/ML4Sustain/EarthExplorer"><img src="https://img.shields.io/badge/Open in HF Space-CPU-FFD21E"></a>
|
| 626 |
+
<a href="https://huggingface.co/datasets/ML4Sustain/EarthEmbeddings"><img src="https://img.shields.io/badge/π€ HF-Dataset-FFD21E"></a>
|
| 627 |
<a href="https://huggingface.co/spaces/ML4Sustain/EarthExplorer/blob/main/Tutorial.md"> <img src="https://img.shields.io/badge/Tutorial-π-007bff"> </a>
|
| 628 |
<a href="https://modelscope.cn/studios/VoyagerX/EarthExplorer/file/view/master/Tutorial_zh.md?status=1"> <img src="https://img.shields.io/badge/δΈζζη¨-π-007bff"> </a>
|
| 629 |
</div>
|