Update docs metadata (#3781)

This commit is contained in:
Glenn Jocher 2023-07-17 12:40:04 +02:00 committed by GitHub
parent e324af6a12
commit e8030316f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
194 changed files with 783 additions and 308 deletions

View file

@ -1,7 +1,7 @@
---
comments: true
description: Learn how to use YOLOv8 from the Command Line Interface (CLI) through simple, single-line commands with `yolo` without Python code.
keywords: YOLO, CLI, command line interface, detect, segment, classify, train, validate, predict, export, Ultralytics Docs
description: 'Learn how to use Ultralytics YOLO through Command Line: train models, run predictions and exports models to different formats easily using terminal commands.'
keywords: Ultralytics, YOLO, CLI, train, validation, prediction, command line interface, YOLO CLI, YOLO terminal, model training, prediction, exporting
---
# Command Line Interface Usage