CoolFace
Apppublic

tushxr24/GIS-Based-DSS

sourceHugging Facemitupdated 4mo agoView on Hugging Face
0likes
App README

๐Ÿ—๏ธ XAI Facility Recommendation DSS v3.0

A Decision Support System for urban facility site selection in Sangli-Miraj, Maharashtra, combining:

  • โ€”Corrected TOPSIS (multi-criteria decision analysis)
  • โ€”Random Forest (machine learning classification)
  • โ€”SHAP (explainable AI, if installed)
  • โ€”Hybrid Scoring (weighted combination of TOPSIS + ML)

Features

  • โ€”Interactive map of candidate parcels with hybrid scores
  • โ€”Adjustable TOPSIS weights via sidebar sliders
  • โ€”Top-N ranked parcel recommendations with confidence labels
  • โ€”Per-parcel XAI explanations (TOPSIS contributions + SHAP/feature importance)
  • โ€”ML model validation panel (accuracy, cross-validation, confusion matrix)
  • โ€”TOPSIS vs ML vs Hybrid rank comparison table

Data

Upload your Final_table_smkc.xlsx file (sheet: Miraj_BarrenLand_Correc_Clip) to the Space's root directory before running. The file must contain the columns listed in the app's load_and_process_data() function.

Local Setup

bash
pip install -r requirements.txt
streamlit run app.py