Helper library for interacting with Landing AI LandingLens
Project description
LandingLens code sample repository
This repository contains LandingLens development library and running examples showing how to integrate LandingLens on a variety of scenarios.
example | description | language |
---|---|---|
Door monitoring for home automation | This notebook uses an object detection model to determine whether a door is open or closed. the notebook can acquire images directly from an RTSP camera | Jupyter Notebook |
Cosmic ray detector | This application shows how to do continuous acquisition from an image sensor using RTSP. Images are analyzed using a segmentation model to detect cosmic rays | Python application |
Running the examples
all the examples can be run locally or using
git clone
pip install
Install the LandingLens library locally
Most of the time you won't need to build the library since it is included on this repository and also published to pypi.
But if you want to contribute to the repo, you can follow the below steps:
- Install poetry
| See more from the official doc.
For Linux, macOS, Windows (WSL):
curl -sSL https://install.python-poetry.org | python3 -
NOTE: if you can switch to use a different Python version by specifying the python version:
curl -sSL https://install.python-poetry.org | python3.10 -
or run below command after you have installed poetry:
poetry env use 3.10
- Install all the dependencies
poetry install
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file landingai-0.0.1.tar.gz
.
File metadata
- Download URL: landingai-0.0.1.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.10.11 Darwin/21.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ec9f14a8866c2be2afb8cd945f6f45f7050aa9380daefcfb37eea56701ef610 |
|
MD5 | 4d4b31c1fb2a2dc400148e626e21497d |
|
BLAKE2b-256 | d7a82222877671604099d66498f014daf18a0c76ffe7eb7c6b6bee5472652400 |
File details
Details for the file landingai-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: landingai-0.0.1-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.10.11 Darwin/21.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc7f71189f91fe1e915fa479441c6ea41e50ccb834481175e83d41ed0091c3bf |
|
MD5 | 4f2631b51e4afbdf6e941e7d410b2860 |
|
BLAKE2b-256 | 5a74abff2045de350d2d42929e1ee05975920e5cca206caf36e2bd1bbe9c6bff |