LinuxCommandLibrary

kaggle-models

manages Kaggle machine learning models from the command line

TLDR

List models

$ kaggle models list
copy
Get model details
$ kaggle models get -m [owner/model-name]
copy
Download model
$ kaggle models instances versions download -m [owner/model] -v [version]
copy

SYNOPSIS

kaggle models subcommand [options]

DESCRIPTION

kaggle models manages Kaggle machine learning models from the command line. Part of the Kaggle CLI, it provides access to pre-trained models and allows publishing custom models for the community.

PARAMETERS

list

List available models.
get -m model
Get model details.
init
Initialize model metadata.
create
Create new model.
instances
Manage model instances.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community