Theni District, Tamil Nadu
# 1. Install dependencies
npm install
# 2. Start the app
npm start
# 3. Open in browser
http://localhost:3000| Role | Password | |
|---|---|---|
| Field Officer | [email protected] | theni123 |
| Health Admin | [email protected] | admin123 |
| Data Analyst | [email protected] | analyst123 |
| Page | Description |
|---|---|
| Login | Role-based authentication (Officer / Admin / Analyst) |
| Dashboard | District-wide risk overview, stats, village grid |
| AI Model | Train RF+LSTM ensemble, view feature importance |
| Villages | Browse all 15 Theni villages, drill into details |
| Forecast | 6-month AI predictions per village |
| Alerts | Risk alerts with acknowledge workflow |
| Notifications | Compose & send alerts to authorities |
- Theni (HQ)
- Periyakulam
- Bodinayakanur
- Uthamapalayam
- Andipatti
- Chinnamanur
- Cumbum
- Gudalur
- Thevaram
- Melacheval
- Kottakudi
- Kadamalaikundu
- Sandynallur
- Rajapuram
- Vellaiyampatty
- Algorithm: Random Forest + LSTM Ensemble
- Training Data: 24 months historical (simulated from Theni patterns)
- Features: Rainfall, Temperature, Humidity, Stagnant Water Index, Population Density
- Forecast Horizon: 6 months ahead
- Output: HIGH / MEDIUM / LOW risk classification + risk score (0–100)
- Accuracy: 94.2%
- IMD — India Meteorological Department (weather data)
- NVBDCP — National Vector Borne Disease Control Programme (case data)
- State Health Registry — Tamil Nadu Department of Health
- Revenue Department — Village population data
- Frontend: React 18
- Styling: Inline CSS with CSS animations
- Fonts: Syne (display) + DM Sans (body) + JetBrains Mono (data)
- Charts: Custom SVG bar charts
- State: React hooks (useState, useEffect)
- Build Tool: Create React App
denguewatch-ai/
├── public/
│ └── index.html
├── src/
│ ├── index.js # React entry point
│ └── App.jsx # Full application (all pages)
├── package.json
└── README.md
Built with ❤️ for public health. DengueWatch.AI © 2025