Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -9,4 +9,26 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
+
# TerraNomaly
|
13 |
+
|
14 |
+
This project aims to identify visually interesting satellite images from the EarthView dataset.
|
15 |
+
|
16 |
+
## How to Use
|
17 |
+
|
18 |
+
1. **Labeling Tab:**
|
19 |
+
* View satellite images.
|
20 |
+
* Click "Cool" or "Not Cool" to label the image.
|
21 |
+
* Your labeled data will be saved in `labeled_data.json`.
|
22 |
+
|
23 |
+
2. **Display Tab:**
|
24 |
+
* View new, unlabeled images.
|
25 |
+
* Compare them to a selection of your previously labeled "cool" images.
|
26 |
+
* Click "Refresh" to see a new set of images.
|
27 |
+
|
28 |
+
## Development
|
29 |
+
|
30 |
+
This is a basic demo. Future development could include:
|
31 |
+
|
32 |
+
* Training a machine learning model on the labeled data.
|
33 |
+
* Using the model to predict the "coolness" of new images.
|
34 |
+
* Expanding to other subsets of the EarthView dataset.
|