Skip to models
geoai

Geospatial AI for the modern JavaScript developer

Open-source models in the browser. No backend required — run inference in your apps or on the edge.

Works with your mapping stack

Install

pnpm add geoai
import { geoai } from "geoai"; const pipeline = await geoai.pipeline( [{ task: "building-detection" }], { provider: "esri" } ); const result = await pipeline.inference({ inputs: { polygon } });

Built withTransformers.jsandGeobase