Logo Lanfrica
  • Home
  • Atlas
  • Insights
  • Docs
  • Sign in

ยฉ 2026 Lanfrica. All rights reserved. All copyrights of the resources shown on the Lanfrica website belong to the original copyright holders, unless explicitly stated otherwise.

jameskoero/nyando-flood-ai: v1.0.0 โ€” First Production Release

Domain:

climategeospatial

Record type:

modelsoftware
Creator:
Jam
Publisher:
Zenodo
Host:avatar

๐ŸŒŠ Nyando Flood AI v1.0.0 โ€” First Production Release

Released: May 19, 2026 ยท 14:16 EAT ยท Kisumu, Kenya

Nyando Flood AI v1.0.0 is the first public production release of the project.

This release marks the point where the system became live end-to-end with:

  • a public FastAPI prediction API
  • a live health endpoint
  • a deployed donor dashboard
  • a production-served flood risk model
  • open repository documentation covering data, modelling, backend, and frontend components

This is the baseline release before the deployment hardening and repository cleanup work that followed in v1.1.0.

โœ… Live Deployments

| Service | URL | Status | |---|---|---| | Prediction API | nyando-flood-api.onrender.cโ€ฆ | โœ… Live | | Health Check | nyando-flood-api.onrender.cโ€ฆ | โœ… model_loaded: true | | Donor Dashboard | nyando-flood-ai.vercel.app | โœ… Live |

๐Ÿ“ฆ Included in v1.0.0

  • Production API for flood-risk inference in the Nyando Basin
  • Live model serving with version 1.0.0
  • Public dashboard for donor and stakeholder access
  • Open project structure including notebooks, training pipeline, backend, frontend, tests, and documentation
  • Model reporting documented in the repository README and metrics files

๐Ÿ“Š Model Snapshot

  • Production model name: nyando_xgb_v1
  • Documented model family: GradientBoostingClassifier
  • AUC-ROC: 0.9717
  • F1-Score: 0.9022
  • CV Mean AUC: 0.9727
  • Training points: 2,308
  • Training date: 2026-05-17

Note: the deployed API identifies the served model as nyando_xgb_v1, while the repository documentation describes the evaluated model family and metrics in more detail.

๐Ÿงช Confirmed Health Response

{
  "status": "ok",
  "model": "nyando_xgb_v1",
  "model_loaded": true,
  "model_path": "/app/backend/models/nyando_xgb_v1.pkl",
  "version": "1.0.0"
}

๐ŸŒ Scope

Nyando Flood AI is an open-source flood risk prediction system for the Nyando River Basin, Kisumu County, Kenya, designed to support early warning, stakeholder communication, and future resilience planning.

This first release delivers the initial live public system and establishes the foundation for later hardening and expansion.

Built in Kisumu, Kenya for flood-prone communities in the Nyando Basin.

Visit

doi.org

Languages

Kenyan Sign Language

Licenses

info:eu-repo/semantics/openAccessCreative Commons Attribution 4.0 Internationalhttps://creativecommons.org/licenses/by/4.0/legalcode

Similar

jameskoero/nyando-flood-ai: v1.0.0 โ€” Production Deployment ยท model_loaded: truejameskoero/nyando-flood-ai: Nyando Flood AI v1.0.0 โ€” Real GEE Satellite Data ยท AUC 0.9717jameskoero/nyando-flood-ai

jameskoero/nyando-flood-ai: v1.0.0 โ€” Production Deployment ยท model_loaded: true

๐ŸŒŠ Nyando Flood AI v1.0.0 โ€” First Production Release

Conf

jameskoero/nyando-flood-ai: Nyando Flood AI v1.0.0 โ€” Real GEE Satellite Data ยท AUC 0.9717

๐ŸŒŠ Nyando Basin Flood Risk Prediction System โ€” v1.0.0

AI-powered flood

jameskoero/nyando-flood-ai

AI-powered flood risk prediction for Nyando Basin, Kenya. XGBoost + SHAP + FastAPI + React. AUC-ROC