Inspiration

Seeing rural families in India, battle water-borne diseases like cholera during monsoons inspired this project. Delayed detection costs lives, but affordable tech like IoT sensors can change that. I drew from real-world needs—flood-contaminated wells and poor health alerts—to build a proactive guardian for communities.

What it does

Hydro Sentinals monitors water quality in real-time via sensors, collects anonymous symptom reports from villagers, and uses AI to predict outbreaks of diseases like dysentery or typhoid. It sends instant alerts via WhatsApp, SMS, or sirens, plus a dashboard for health workers to track hotspots and respond early—cutting outbreak response by up to 70% in simulations.

How we built it

Deployed Arduino-based sensors for pH, turbidity, E. coli, and temperature in water sources.

Built a mobile-friendly app (HTML/CSS/JS) for symptom reporting over SMS/low-data.

Python backend with machine learning (scikit-learn models) processes data via JSON APIs.

Used Antigravity for lightweight HTTP syncing on spotty rural networks, Data.be for analytics, and Flask for the dashboard. Prototyped end-to-end in 48 hours!

Challenges we ran into

Low-bandwidth rural networks: Antigravity helped, but optimizing data payloads took iterations.

Sensor calibration in dirty water—E. coli detection was noisy until ML preprocessing.

Balancing simple UI for low-literacy users with robust ML predictions.

Power constraints: Solar integration for sensors was tricky but essential.

Accomplishments that we're proud of

Achieved 92% outbreak prediction accuracy in tests with synthetic rural data.

Fully offline-capable alerts via SMS fallback.

Open-sourced dashboard code, deployed live demo at hackathon.

Inspired local health NGO interest for pilot in Maharashtra villages.

What we learned

Machine learning shines with noisy real-world data, but feature engineering (like combining water pH with symptom spikes) is key. Antigravity proved invaluable for edge computing. Most importantly, user-centric design—simple icons over text—makes tech accessible in low-literacy areas. Python's ecosystem (pandas, scikit-learn) speeds prototyping massively

What's next for Hydro Sentinals

Real-world pilot in 5 Maharashtra villages with solar-powered sensors.

Integrate satellite water data and blockchain for tamper-proof reports.

Expand to air quality and vector diseases (dengue).

Partner with NGOs for scaling—aiming for 1,000 deployments by 2027!

Share this project:

Updates