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
#
InstallationInstall Python and LandingLens Python SDK/CLI.
#
Configure CredentialsBefore using LandingLens-Client CLI/SDK, the credentials have to be setup.
#
ProjectCreate or choose a Project in LandingLens Platform
#
Data ManagementYou can use CLI/SDK steps here to upload images and set the metadata for them.
#
Model TrainingYou can start jobs through CLI or Python SDK. See more details at Starting jobs with LandingLens CLI.