trainYOLO
  • trainYOLO platform
  • Getting started
    • 1. Create a new project
    • 2. Upload images
    • 3. Label images
    • 4. Train model
    • 5. Model-assisted labeling
  • CLI
    • Installation
    • Create project
    • Upload data
    • Export data
    • Upload model
  • SDK
    • Installation
    • Create project
    • Upload data
    • Export data
    • Upload model
    • Upload predictions
Powered by GitBook
On this page
  1. CLI

Installation

To start using the CLI, install the trainyolo-py python package (python version > 3):

$ pip install -qU trainyolo-py

Next, authenticate yourself:

$ trainyolo authenticate

After you have filled in the API key (which you can find online by clicking on your avatar in the top right), you should be authenticated and can start using the CLI.

Previous5. Model-assisted labelingNextCreate project

Last updated 2 years ago