🚀We're working on more models, stay tuned or join our newsletter

GeoAI for the modern
JavaScript developer

Open-source GeoAI. No backend required. Run models right in your JavaScript apps or edge devices!

Works with your favorite mapping providers

Seamlessly integrate with existing mapping infrastructure

Geobase
Available
Mapbox
Available
ESRI
Available
Google Maps
Coming Soon
TMSComing Soon
WMTSComing Soon
pnpm add @geobase-js/geoai
import { geoai } from "@geobase-js/geoai";

// mapProviderConfig can also accept Mapbox or other image tile endpoints
const mapProviderConfig = {
  provider: "geobase", projectRef, apikey, cogImagery
};

const pipeline = await geoai.pipeline(
  [{ task : "object-detection"}], mapProviderConfig
);

const result = await pipeline.inference(polygon);

Build geospatial AI apps in minutes, deploy in days.

Designed for developers, data analysts, GIS experts and anyone in between. Explore our features and guides to get started now.