File size: 350 Bytes
0bf3fe4
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# SGDNet Gradio Interface

This is a Gradio interface for the SGDNet model, which extracts glacier boundaries from multisource remote sensing data.

## Setup

1. Install the required packages:
pip install -r requirements.txt

2. Run the Gradio app:
python gradio_app.py

3. Open your browser to the provided local URL to interact with the interface.