Skip to main content

LandingLens CLI

The LandingLens CLI is a developer tool to help you manage your datasets and models directly from your terminal. The LandingLens CLI is simple to install, works on macOS, Windows, and Linux, and offers a range of functionality to make your developer experience with LandingLens better.

With the LandingLens CLI, you can:

  • Upload new images
  • Set metadata for existing images
  • Programmatically launching training and evaluation jobs
  • Fine-tune model hyperparameter
  • Apply custom transformations in augmentation or post-processing

Installation#

Install Python and LandingLens Python SDK/CLI.

Configure Credentials#

Before using LandingLens-Client CLI/SDK, the credentials have to be setup.

Project#

Create or choose a Project in LandingLens Platform

Data Management#

You can use CLI/SDK steps here to upload images and set the metadata for them.

Model Training#

You can start jobs through CLI or Python SDK. See more details at Starting jobs with LandingLens CLI.