CoolFace
Apppublic

Supastrikas-004/Mining-change-detection

sourceHugging Faceupdated 10mo agoView on Hugging Face
0likes
App README

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

  1. 1.Install Dependencies:
bash
   pip install -r requirements.txt