Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
# **SAT-Landforms-Classifier**
|
5 |
|
@@ -101,4 +111,4 @@ The **SAT-Landforms-Classifier** model is designed to classify satellite images
|
|
101 |
- **Environmental Studies:** Supporting researchers in tracking changes in vegetation and water bodies.
|
102 |
- **Urban Planning:** Assisting planners in analyzing residential, industrial, and infrastructure distributions.
|
103 |
- **Agricultural Analysis:** Helping assess crop distribution and pastureland areas.
|
104 |
-
- **Disaster Management:** Providing insights into land coverage for emergency response and recovery planning.
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- google/siglip2-base-patch16-224
|
7 |
+
pipeline_tag: image-classification
|
8 |
+
library_name: transformers
|
9 |
+
tags:
|
10 |
+
- siglip2
|
11 |
+
- SAT
|
12 |
+
- Landforms
|
13 |
---
|
14 |
# **SAT-Landforms-Classifier**
|
15 |
|
|
|
111 |
- **Environmental Studies:** Supporting researchers in tracking changes in vegetation and water bodies.
|
112 |
- **Urban Planning:** Assisting planners in analyzing residential, industrial, and infrastructure distributions.
|
113 |
- **Agricultural Analysis:** Helping assess crop distribution and pastureland areas.
|
114 |
+
- **Disaster Management:** Providing insights into land coverage for emergency response and recovery planning.
|