Skip to content

Commit

Permalink
Patch 21 (#182)
Browse files Browse the repository at this point in the history
* Update README.md

Updated terminology for libraries.

Signed-off-by: Bianca Ragsdale <[email protected]>

* Update index.md

Updated terminology.

Signed-off-by: Bianca Ragsdale <[email protected]>

* Update README.md

Updated terminology

Signed-off-by: Bianca Ragsdale <[email protected]>

* Update mkdocs.yml

Updated terminology.

Signed-off-by: Bianca Ragsdale <[email protected]>

---------

Signed-off-by: Bianca Ragsdale <[email protected]>
  • Loading branch information
lai-bianca authored Mar 1, 2024
1 parent 0385082 commit 80b1ede
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
<img width="100" height="100" src="https://github.com/landing-ai/landingai-python/raw/main/assets/avi-logo.png">
</p>

# LandingLens Python SDK
The LandingLens Python SDK contains the LandingLens development library and examples that show how to integrate your app with LandingLens in a variety of scenarios. The examples cover different model types, image acquisition sources, and post-procesing techniques.
# LandingLens Python API Library
The LandingLens Python API library contains the LandingLens development library and examples that show how to integrate your app with LandingLens in a variety of scenarios. The examples cover different model types, image acquisition sources, and post-procesing techniques.

## Documentation

- [Landing AI Python SDK Docs](https://landing-ai.github.io/landingai-python/)
- [Landing AI Python Library Docs](https://landing-ai.github.io/landingai-python/)
- [Landing AI Support Center](https://support.landing.ai/)
- [LandingLens Walk-Through Video](https://www.youtube.com/watch?v=779kvo2dxb4)

Expand Down
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<img width="100" height="100" src="https://github.com/landing-ai/landingai-python/raw/main/assets/avi-logo.png">
</p>

# Welcome to the Landing AI Python SDK Documentation
# Welcome to the Landing AI Python Library Documentation

The Landing AI Python SDK is a set of tools to help you build computer vision applications. While some of the functionality is specific to [LandingLens](https://app.landing.ai/), the computer vision platform from Landing AI, other features can be used for managing images in general.
The Landing AI Python Library is a set of tools to help you build computer vision applications. While some of the functionality is specific to [LandingLens](https://app.landing.ai/), the computer vision platform from Landing AI, other features can be used for managing images in general.

The SDK includes features to acquire, process, and detect objects in your images and videos, with the least amount of code as possible.
The library includes features to acquire, process, and detect objects in your images and videos, with the least amount of code as possible.

## Quick Start

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
site_name: Landing AI Python SDK Documentation
site_name: Landing AI Python API Library Documentation
site_url: https://landing-ai.github.io/
repo_url: https://github.com/landing-ai/landingai-python
edit_uri: edit/main/docs/
Expand Down

0 comments on commit 80b1ede

Please sign in to comment.