mhassanch commited on
Commit
5b299bb
Β·
1 Parent(s): 274afab

update library name

Browse files
Files changed (1) hide show
  1. README.md +4 -4
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.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,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.js/geoai";
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.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
 
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"> | [GeoAi](https://www.npmjs.com/package/geoai) |
9
  |---|---|
10
 
11
  > `task = oriented-object-detection`
12
 
13
  ### πŸ›  Model Purpose
14
+ This model is part of the **[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 "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/geoai
111
  - Demo Playground: https://docs.geobase.app/geoai-live/tasks/oriented-object-detection
112
  - GitHub Repo: https://github.com/decision-labs/geoai.js