Vishalpainjane commited on
Commit
9924034
·
1 Parent(s): f9a0682

added files

Browse files
Files changed (1) hide show
  1. Readme.md +17 -0
Readme.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Land Cover Segmentation and Analysis
3
+ emoji: 🛰️
4
+ colorFrom: green
5
+ colorTo: blue
6
+ sdk: docker
7
+ pinned: false
8
+ ---
9
+
10
+ ### Sen-2 LULC: Interactive Land Cover Analysis
11
+ This tool performs semantic segmentation on satellite imagery to classify different types of land use and land cover (LULC).
12
+ It is based on the **Sen-2 LULC dataset** and a **Custom DeepLabV3+** model.
13
+
14
+ **How it works:**
15
+ 1. **Upload Image:** Upload a satellite image patch.
16
+ 2. **Model Prediction:** The deep learning model classifies each pixel into one of the 8 LULC classes.
17
+ 3. **Analysis:** The application generates a color-coded **Segmentation Mask** and a **Quantitative Report** calculating the area of each land class in hectares.