update library name
Browse files
README.md
CHANGED
@@ -5,13 +5,13 @@ tags:
|
|
5 |
- object-detection
|
6 |
- oriented-object-detection
|
7 |
---
|
8 |
-
| <img src="https://upload.wikimedia.org/wikipedia/commons/6/6a/JavaScript-logo.png" width="28" height="28"> | [@geobase
|
9 |
|---|---|
|
10 |
|
11 |
> `task = oriented-object-detection`
|
12 |
|
13 |
### π Model Purpose
|
14 |
-
This model is part of the **[@geobase
|
15 |
|
16 |
**GeoAi** enables geospatial AI inference **directly in the browser or Node.js** without requiring a heavy backend.
|
17 |
|
@@ -33,7 +33,7 @@ Explore the model in action with the interactive [Demo](https://docs.geobase.app
|
|
33 |
### π‘ Example Usage
|
34 |
|
35 |
```javascript
|
36 |
-
import { geoai } from "@geobase
|
37 |
|
38 |
export const ESRI_CONFIG = {
|
39 |
provider: "esri" as const,
|
@@ -107,6 +107,6 @@ const result = await pipeline.inference({
|
|
107 |
### π Documentation & Demo
|
108 |
|
109 |
- GeoBase Docs: https://docs.geobase.app/geoai
|
110 |
-
- NPM Package: https://www.npmjs.com/package/@geobase
|
111 |
- Demo Playground: https://docs.geobase.app/geoai-live/tasks/oriented-object-detection
|
112 |
-
- GitHub Repo: https://github.com/decision-labs/
|
|
|
5 |
- object-detection
|
6 |
- oriented-object-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 |
> `task = oriented-object-detection`
|
12 |
|
13 |
### π Model Purpose
|
14 |
+
This model is part of the **[@geobase.js/geoai](https://github.com/decision-labs/geoai.js)** javascript library.
|
15 |
|
16 |
**GeoAi** enables geospatial AI inference **directly in the browser or Node.js** without requiring a heavy backend.
|
17 |
|
|
|
33 |
### π‘ Example Usage
|
34 |
|
35 |
```javascript
|
36 |
+
import { geoai } from "@geobase.js/geoai";
|
37 |
|
38 |
export const ESRI_CONFIG = {
|
39 |
provider: "esri" as const,
|
|
|
107 |
### π Documentation & Demo
|
108 |
|
109 |
- GeoBase Docs: https://docs.geobase.app/geoai
|
110 |
+
- NPM Package: https://www.npmjs.com/package/@geobase.js/geoai
|
111 |
- Demo Playground: https://docs.geobase.app/geoai-live/tasks/oriented-object-detection
|
112 |
+
- GitHub Repo: https://github.com/decision-labs/geoai.js
|