From 0acc5cf6e529265b32d4c66166118e3efcff8bdb Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 25 Jun 2023 18:04:34 +0200 Subject: [PATCH] Add PyPI badges to README (#11770) * Update README.md Signed-off-by: Glenn Jocher * Update README.zh-CN.md Signed-off-by: Glenn Jocher * Update README.zh-CN.md Signed-off-by: Glenn Jocher --------- Signed-off-by: Glenn Jocher --- README.md | 4 +++- README.zh-CN.md | 12 ++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4d2aa9b886c8..943f125fec14 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,9 @@ object detection, image segmentation and image classification tasks. See the [YOLOv8 Docs](https://docs.ultralytics.com) for details and get started with: -```commandline +[![PyPI version](https://badge.fury.io/py/ultralytics.svg)](https://badge.fury.io/py/ultralytics) [![Downloads](https://static.pepy.tech/badge/ultralytics)](https://pepy.tech/project/ultralytics) + +```bash pip install ultralytics ``` diff --git a/README.zh-CN.md b/README.zh-CN.md index 5fe8e2d8b106..3a65d268a336 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -47,14 +47,14 @@ YOLOv5 🚀 是世界上最受欢迎的视觉 AI,代表YOLOv8 🚀 NEW +##
YOLOv8 🚀 新品
-We are thrilled to announce the launch of Ultralytics YOLOv8 🚀, our NEW cutting-edge, state-of-the-art (SOTA) model -released at **[https://github.com/ultralytics/ultralytics](https://github.com/ultralytics/ultralytics)**. -YOLOv8 is designed to be fast, accurate, and easy to use, making it an excellent choice for a wide range of -object detection, image segmentation and image classification tasks. +我们很高兴宣布 Ultralytics YOLOv8 🚀 的发布,这是我们新推出的领先水平、最先进的(SOTA)模型,发布于 **[https://github.com/ultralytics/ultralytics](https://github.com/ultralytics/ultralytics)**。 +YOLOv8 旨在快速、准确且易于使用,使其成为广泛的物体检测、图像分割和图像分类任务的极佳选择。 -See the [YOLOv8 Docs](https://docs.ultralytics.com) for details and get started with: +请查看 [YOLOv8 文档](https://docs.ultralytics.com)了解详细信息,并开始使用: + +[![PyPI 版本](https://badge.fury.io/py/ultralytics.svg)](https://badge.fury.io/py/ultralytics) [![下载量](https://static.pepy.tech/badge/ultralytics)](https://pepy.tech/project/ultralytics) ```commandline pip install ultralytics