update library name
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ tags:
|
|
5 |
- building-footprint-segmentation
|
6 |
- building-detection
|
7 |
---
|
8 |
-
| <img src="https://upload.wikimedia.org/wikipedia/commons/6/6a/JavaScript-logo.png" width="28" height="28"> | [
|
9 |
|---|---|
|
10 |
|
11 |
|
@@ -13,7 +13,7 @@ tags:
|
|
13 |
> `task = building-footprint-segmentation`
|
14 |
|
15 |
### π Model Purpose
|
16 |
-
This model is part of the **[
|
17 |
|
18 |
**GeoAi** enables geospatial AI inference **directly in the browser or Node.js** without requiring a heavy backend.
|
19 |
|
@@ -35,7 +35,7 @@ Explore the model in action with the interactive [Demo](https://docs.geobase.app
|
|
35 |
### π‘ Example Usage
|
36 |
|
37 |
```javascript
|
38 |
-
import { geoai } from "
|
39 |
|
40 |
// Example polygon (GeoJSON)
|
41 |
const polygon = {
|
@@ -100,6 +100,6 @@ const result = await pipeline.inference({
|
|
100 |
### π Documentation & Demo
|
101 |
|
102 |
- GeoBase Docs: https://docs.geobase.app/geoai
|
103 |
-
- NPM Package: https://www.npmjs.com/package
|
104 |
- Demo Playground: https://docs.geobase.app/geoai-live/tasks/building-footprint-segmentation
|
105 |
- GitHub Repo: https://github.com/decision-labs/geoai.js
|
|
|
5 |
- building-footprint-segmentation
|
6 |
- building-detection
|
7 |
---
|
8 |
+
| <img src="https://upload.wikimedia.org/wikipedia/commons/6/6a/JavaScript-logo.png" width="28" height="28"> | [GeoAi](https://www.npmjs.com/package/geoai) |
|
9 |
|---|---|
|
10 |
|
11 |
|
|
|
13 |
> `task = building-footprint-segmentation`
|
14 |
|
15 |
### π Model Purpose
|
16 |
+
This model is part of the **[GeoAi](https://github.com/decision-labs/geoai.js)** javascript library.
|
17 |
|
18 |
**GeoAi** enables geospatial AI inference **directly in the browser or Node.js** without requiring a heavy backend.
|
19 |
|
|
|
35 |
### π‘ Example Usage
|
36 |
|
37 |
```javascript
|
38 |
+
import { geoai } from "geoai";
|
39 |
|
40 |
// Example polygon (GeoJSON)
|
41 |
const polygon = {
|
|
|
100 |
### π Documentation & Demo
|
101 |
|
102 |
- GeoBase Docs: https://docs.geobase.app/geoai
|
103 |
+
- NPM Package: https://www.npmjs.com/package/geoai
|
104 |
- Demo Playground: https://docs.geobase.app/geoai-live/tasks/building-footprint-segmentation
|
105 |
- GitHub Repo: https://github.com/decision-labs/geoai.js
|