geoai
Installation
SKILL.md
GeoAI.js
JavaScript/TypeScript library for running geospatial AI models in the browser (and Node). Imagery comes from map providers; inference runs via ONNX / Transformers.js.
Install
npm i geoai @huggingface/transformers onnxruntime-web
Peer deps are required. Package: geoai.
Docs: https://docs.geobase.app/geoai — LLM index: https://docs.geobase.app/geoai/llms.txt
Core API
import { geoai } from 'geoai';