kaggle-models
manages Kaggle machine learning models from the command line
TLDR
List models
$ kaggle models list
Get model details$ kaggle models get -m [owner/model-name]
Download model$ kaggle models instances versions download -m [owner/model] -v [version]
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
kaggle(1), kaggle-datasets(1)
