mhassanch commited on
Commit
5fa461a
Β·
1 Parent(s): c12c6d8

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-detection
6
  - building-footprint-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-detection`
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 = {
@@ -99,6 +99,6 @@ const result = await pipeline.inference({
99
  ### πŸ“– Documentation & Demo
100
 
101
  - GeoBase Docs: https://docs.geobase.app/geoai
102
- - NPM Package: https://www.npmjs.com/package/@geobase.js/geoai
103
  - Demo Playground: https://docs.geobase.app/geoai-live/tasks/building-detection
104
  - GitHub Repo: https://github.com/decision-labs/geoai.js
 
5
  - building-detection
6
  - building-footprint-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-detection`
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 = {
 
99
  ### πŸ“– Documentation & Demo
100
 
101
  - GeoBase Docs: https://docs.geobase.app/geoai
102
+ - NPM Package: https://www.npmjs.com/package/geoai
103
  - Demo Playground: https://docs.geobase.app/geoai-live/tasks/building-detection
104
  - GitHub Repo: https://github.com/decision-labs/geoai.js