update library name
Browse files
README.md
CHANGED
|
@@ -4,7 +4,7 @@ tags:
|
|
| 4 |
- geobase
|
| 5 |
- wetland-segmentation
|
| 6 |
---
|
| 7 |
-
| <img src="https://upload.wikimedia.org/wikipedia/commons/6/6a/JavaScript-logo.png" width="28" height="28"> | [
|
| 8 |
|---|---|
|
| 9 |
|
| 10 |
|
|
@@ -12,7 +12,7 @@ tags:
|
|
| 12 |
> `task = wetland-segmentation`
|
| 13 |
|
| 14 |
### 🛠 Model Purpose
|
| 15 |
-
This model is part of the **[
|
| 16 |
|
| 17 |
**GeoAi** enables geospatial AI inference **directly in the browser or Node.js** without requiring a heavy backend.
|
| 18 |
|
|
@@ -37,7 +37,7 @@ Explore the model in action with the interactive [Demo](https://docs.geobase.app
|
|
| 37 |
### 💡 Example Usage
|
| 38 |
|
| 39 |
```javascript
|
| 40 |
-
import { geoai } from "
|
| 41 |
|
| 42 |
// Example polygon (GeoJSON)
|
| 43 |
const polygon = {
|
|
@@ -101,6 +101,6 @@ const result = await pipeline.inference({
|
|
| 101 |
### 📖 Documentation & Demo
|
| 102 |
|
| 103 |
- GeoBase Docs: https://docs.geobase.app/geoai
|
| 104 |
-
- NPM Package: https://www.npmjs.com/package
|
| 105 |
- Demo Playground: https://docs.geobase.app/geoai-live/tasks/wetland-segmentation
|
| 106 |
- GitHub Repo: https://github.com/decision-labs/geoai.js
|
|
|
|
| 4 |
- geobase
|
| 5 |
- wetland-segmentation
|
| 6 |
---
|
| 7 |
+
| <img src="https://upload.wikimedia.org/wikipedia/commons/6/6a/JavaScript-logo.png" width="28" height="28"> | [GeoAi](https://www.npmjs.com/package/geoai) |
|
| 8 |
|---|---|
|
| 9 |
|
| 10 |
|
|
|
|
| 12 |
> `task = wetland-segmentation`
|
| 13 |
|
| 14 |
### 🛠 Model Purpose
|
| 15 |
+
This model is part of the **[GeoAi](https://github.com/decision-labs/geoai.js)** javascript library.
|
| 16 |
|
| 17 |
**GeoAi** enables geospatial AI inference **directly in the browser or Node.js** without requiring a heavy backend.
|
| 18 |
|
|
|
|
| 37 |
### 💡 Example Usage
|
| 38 |
|
| 39 |
```javascript
|
| 40 |
+
import { geoai } from "geoai";
|
| 41 |
|
| 42 |
// Example polygon (GeoJSON)
|
| 43 |
const polygon = {
|
|
|
|
| 101 |
### 📖 Documentation & Demo
|
| 102 |
|
| 103 |
- GeoBase Docs: https://docs.geobase.app/geoai
|
| 104 |
+
- NPM Package: https://www.npmjs.com/package/geoai
|
| 105 |
- Demo Playground: https://docs.geobase.app/geoai-live/tasks/wetland-segmentation
|
| 106 |
- GitHub Repo: https://github.com/decision-labs/geoai.js
|