mhassanch commited on
Commit
a291ab4
Β·
1 Parent(s): b85e90b

update library name

Browse files
Files changed (1) hide show
  1. README.md +4 -4
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"> | [@geobase.js/geoai](https://www.npmjs.com/package/@geobase.js/geoai) |
9
  |---|---|
10
 
11
 
@@ -13,7 +13,7 @@ tags:
13
  > `task = building-footprint-segmentation`
14
 
15
  ### πŸ›  Model Purpose
16
- This model is part of the **[@geobase.js/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,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 "@geobase.js/geoai";
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/@geobase.js/geoai
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