mhassanch commited on
Commit
49dfd77
ยท
1 Parent(s): b1926f9

update library name

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -4,7 +4,7 @@ tags:
4
  - geobase
5
  - ship-detection
6
  ---
7
- | <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) |
8
  |---|---|
9
 
10
 
@@ -12,7 +12,7 @@ tags:
12
  > `task = ship-detection`
13
 
14
  ### ๐Ÿ›  Model Purpose
15
- This model is part of the **[@geobase.js/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
 
@@ -34,7 +34,7 @@ Explore the model in action with the interactive [Demo](https://docs.geobase.app
34
  ### ๐Ÿ’ก Example Usage
35
 
36
  ```javascript
37
- import { geoai } from "@geobase.js/geoai";
38
 
39
  // Example polygon (GeoJSON)
40
  const polygon = {
@@ -98,6 +98,6 @@ const result = await pipeline.inference({
98
  ### ๐Ÿ“– Documentation & Demo
99
 
100
  - GeoBase Docs: https://docs.geobase.app/geoai
101
- - NPM Package: https://www.npmjs.com/package/@geobase.js/geoai
102
  - Demo Playground: https://docs.geobase.app/geoai-live/tasks/ship-detection
103
  - GitHub Repo: https://github.com/decision-labs/geoai.js
 
4
  - geobase
5
  - ship-detection
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 = ship-detection`
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
 
 
34
  ### ๐Ÿ’ก Example Usage
35
 
36
  ```javascript
37
+ import { geoai } from "geoai";
38
 
39
  // Example polygon (GeoJSON)
40
  const polygon = {
 
98
  ### ๐Ÿ“– Documentation & Demo
99
 
100
  - GeoBase Docs: https://docs.geobase.app/geoai
101
+ - NPM Package: https://www.npmjs.com/package/geoai
102
  - Demo Playground: https://docs.geobase.app/geoai-live/tasks/ship-detection
103
  - GitHub Repo: https://github.com/decision-labs/geoai.js