mhassanch commited on
Commit
b85e90b
ยท
1 Parent(s): 4b3e7e4

update library name

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -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/geobase-ai.js
 
35
  ### ๐Ÿ’ก Example Usage
36
 
37
  ```javascript
38
+ import { geoai } from "@geobase.js/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/@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