VoyagerXvoyagerx commited on
Commit
bd57a16
Β·
1 Parent(s): f33c596

add dataset links

Browse files
Files changed (2) hide show
  1. Tutorial.md +9 -0
  2. 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://www.modelscope.ai/studios/VoyagerX/EarthExplorer"><img src="https://img.shields.io/badge/Open in ModelScope.ai-CPU-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/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>