Supastrikas-004/Mining-change-detection
0
Welcome to Streamlit!
Edit /src/streamlit_app.py to customize this app to your heart's desire. :heart:
If you have any questions, checkout our documentation and community forums.
๐ฐ๏ธ Mining Sentinel: STANet Change Detection
A Spatial-Temporal Attention Network (STANet) implementation for detecting changes in mining environments (open pits, tailings, deforestation) using satellite imagery.
๐ Project Structure
app.py: Main Streamlit application.models/stanet.py: The simplified STANet model architecture with ResNet18.utils.py: Helper functions for image processing.
๐ How to Run Locally
- Install Dependencies:
pip install -r requirements.txt