update library name
Browse files
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
|
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
|
104 |
- Demo Playground: https://docs.geobase.app/geoai-live/tasks/building-footprint-segmentation
|
105 |
-
- GitHub Repo: https://github.com/decision-labs/
|
|
|
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
|