update library name
Browse files
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
|
9 |
|---|---|
|
10 |
|
11 |
|
@@ -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 = {
|
@@ -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
|
103 |
- Demo Playground: https://docs.geobase.app/geoai-live/tasks/building-detection
|
104 |
-
- GitHub Repo: https://github.com/decision-labs/
|
|
|
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 |
|
|
|
35 |
### ๐ก Example Usage
|
36 |
|
37 |
```javascript
|
38 |
+
import { geoai } from "@geobase.js/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/@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
|