sammeeer commited on
Commit
2a469e1
Β·
1 Parent(s): e6bb599

Fix README frontmatter

Browse files
Files changed (1) hide show
  1. README.md +8 -23
README.md CHANGED
@@ -1,36 +1,21 @@
 
 
1
  ---
2
  title: SchemeImpactNet
3
  emoji: πŸ›οΈ
4
  colorFrom: orange
5
  colorTo: red
6
  sdk: docker
 
7
  pinned: false
8
  license: mit
9
- app_port: 7860
10
  ---
11
 
12
  # SchemeImpactNet
13
 
14
- **Predictive impact analysis and budget optimisation for India's MNREGA rural employment scheme.**
15
-
16
- Built with FastAPI + Streamlit + SciPy LP + XGBoost.
17
-
18
- ## Features
19
-
20
- - πŸ“Š **Overview** β€” National MNREGA employment and wage trends (2014–2024)
21
- - πŸ” **District Explorer** β€” Deep-dive into any district's historical performance
22
- - πŸ€– **Predictions** β€” GBR V3 district-level forecasts (walk-forward CV RΒ²β‰ˆ0.91)
23
- - βš–οΈ **Budget Optimizer** β€” SciPy LP budget-neutral reallocation
24
- - πŸ—ΊοΈ **Spatial Map** β€” District-level prediction map across India
25
- - 🧠 **Strategic Insights** β€” Auto-generated policy intelligence
26
-
27
- ## Architecture
28
-
29
- ```
30
- FastAPI (port 8000) ──→ SQLite (seeded from processed CSVs)
31
- Streamlit (port 7860) ──→ API client β†’ charts & dashboards
32
- ```
33
-
34
- ## Data
35
 
36
- 7,758 district-years Β· 28 states Β· 2014–2024 Β· MNREGA MIS / Dataful.in
 
 
 
1
+ # Overwrite README.md with correct HF frontmatter
2
+ cat > README.md << 'EOF'
3
  ---
4
  title: SchemeImpactNet
5
  emoji: πŸ›οΈ
6
  colorFrom: orange
7
  colorTo: red
8
  sdk: docker
9
+ app_port: 7860
10
  pinned: false
11
  license: mit
 
12
  ---
13
 
14
  # SchemeImpactNet
15
 
16
+ Predictive impact analysis and budget optimisation for India's MNREGA rural employment scheme.
17
+ EOF
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
 
19
+ git add README.md
20
+ git commit -m "Fix README frontmatter"
21
+ git push