File size: 870 Bytes
1e627ff
 
 
 
 
 
 
 
 
 
 
426a55c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
title: TerraNomaly
emoji: πŸ†
colorFrom: gray
colorTo: indigo
sdk: gradio
sdk_version: 5.9.1
app_file: app.py
pinned: false
---

# TerraNomaly

This project aims to identify visually interesting satellite images from the EarthView dataset.

## How to Use

1. **Labeling Tab:**
    *   View satellite images.
    *   Click "Cool" or "Not Cool" to label the image.
    *   Your labeled data will be saved in `labeled_data.json`.

2. **Display Tab:**
    *   View new, unlabeled images.
    *   Compare them to a selection of your previously labeled "cool" images.
    *   Click "Refresh" to see a new set of images.

## Development

This is a basic demo. Future development could include:

*   Training a machine learning model on the labeled data.
*   Using the model to predict the "coolness" of new images.
*   Expanding to other subsets of the EarthView dataset.