District-Level Shadow Economy Risk Assessment using NASA VIIRS Nighttime Lights โข RBI Financial Infrastructure โข Census of India โข MSME Data โข Explainable Machine Learning
The informal (shadow) economy contributes significantly to India's economic activity but remains difficult to quantify due to its unreported nature.
SCIEQS (Satellite-Calibrated Informal Economy Quantification System) is a data analytics and explainable machine learning project that estimates district-level informal economic activity by integrating satellite-derived nighttime light intensity with financial, demographic, and industrial datasets.
Instead of relying on traditional surveys, SCIEQS combines multiple proxy indicators into a statistically validated composite index capable of identifying economically active yet financially underrepresented regions across India.
โ Quantify district-level shadow economy intensity โ Detect economically active but financially underrepresented regions โ Build an explainable Composite Shadow Economy Index โ Apply dimensionality reduction using Principal Component Analysis (PCA) โ Discover economic patterns through K-Means Clustering โ Deliver executive dashboards for policy-level decision making
- District Shadow Economy Risk Map
- Top High-Risk District Rankings
- State-wise Risk Comparison
- KPI Cards
- Business Insights
- PCA Feature Importance
- Statistical Validation
- Cluster Distribution
- Economic Formalization Gap
- Machine Learning Interpretation
Raw Datasets
โ
โผ
Data Cleaning
โ
โผ
Feature Engineering
โ
โผ
Normalization
โ
โผ
Composite Shadow Index
โ
โผ
Principal Component Analysis
โ
โผ
K-Means Clustering
โ
โผ
Business Intelligence Dashboard
| Dataset | Purpose |
|---|---|
| ๐ฐ NASA VIIRS Nighttime Lights | Economic Activity Proxy |
| ๐ฆ RBI Financial Infrastructure | Financial Inclusion |
| ๐ฅ Census of India | Population Statistics |
| ๐ญ MSME Database | Industrial Activity |
| โก Electricity Consumption | Economic Development Proxy |
โ Feature Engineering โ Normalization โ Composite Index Construction โ PCA โ K-Means Clustering โ Cluster Interpretation โ Statistical Validation
- Principal Component Analysis (PCA)
- Min-Max Scaling
- Composite Weighted Index
- K-Means Clustering
- Correlation Analysis
- Distribution Analysis
- Feature Importance / Explainable Analytics
| Category | Technologies |
|---|---|
| Programming | Python |
| Data Processing | Pandas, NumPy |
| Machine Learning | Scikit-learn |
| Visualization | Tableau |
| Notebook | Jupyter |
| Version Control | Git & GitHub |
SCIEQS/
โ
โโโ assets/ # Dashboard screenshots used in this README
โโโ data/ # Raw and processed datasets
โโโ notebooks/ # Jupyter analysis notebook(s)
โโโ outputs/ # Generated charts, exports, results
โโโ tableau/ # Tableau extract + packaged workbook (.twbx)
โโโ docs/ # Any supporting documentation
โโโ requirements.txt
โโโ LICENSE
โโโ README.md
git clone https://github.com/neeldas0032/SCIEQS.git
cd SCIEQS
pip install -r requirements.txt
jupyter notebook๐ Tableau Public โ Executive Dashboard
๐ Nighttime light intensity strongly correlates with regional economic activity. ๐ Financial infrastructure alone cannot explain economic formalization. ๐ PCA reduced feature redundancy while preserving most information. ๐ Four economically distinct regional clusters emerged through K-Means clustering. ๐ High-risk districts exhibit strong economic activity but comparatively weak financial inclusion.
SCIEQS demonstrates how satellite remote sensing and socioeconomic indicators can be integrated into an explainable analytics framework for:
- Public Policy
- Financial Inclusion
- Regional Development
- Economic Intelligence
- Urban Planning
- Development Economics
- XGBoost-based Risk Prediction
- Temporal Nightlight Analysis
- SHAP Explainability
- Streamlit Web Application
- Real-time Dashboard
- State-Level Forecasting
B.Tech Computer Science & Engineering (AI & ML) Data Analytics โข Machine Learning โข Business Intelligence โข Geospatial Analytics
This project is licensed under the MIT License โ see the LICENSE file for details.