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"> | [
|
| 9 |
|---|---|
|
| 10 |
|
| 11 |
|
|
@@ -13,7 +13,7 @@ tags:
|
|
| 13 |
> `task = building-detection`
|
| 14 |
|
| 15 |
### π Model Purpose
|
| 16 |
-
This model is part of the **[
|
| 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 "
|
| 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
|
| 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
|