GeoAI.js - Interactive Examples

1 min read Original article ↗

JavaScript logo

geoai

🚀

Meta's DINOv3 Now Available

Latest integration

We've just added Meta's groundbreaking DINOv3 model thanks to the awesome integration with Hugging Face's 🤗 Transformers.js.

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

import { geoai } from "geoai";

// Now with Meta's DINOv3 for image feature extraction
const mapProviderConfig = {
  provider: "geobase", projectRef, apikey, cogImagery
};

const pipeline = await geoai.pipeline([
  { task: "image-feature-extraction" }
], mapProviderConfig);

const result = await pipeline.inference(polygon);

🤗Hugging Face

×Geobase

Seamless integration of state-of-the-art AI models from TransformersJS with Geobase's geospatial platform

Explore cutting-edge AI models for geospatial analysis

From object detection to feature extraction, discover how AI can transform your geospatial workflows. Try our interactive demos below.