xiang-wuu
commited on
Commit
•
e3840b2
1
Parent(s):
da9c9dd
README updated to support integration of gradio & hugging spaces
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<div align="center">
|
2 |
<p>
|
3 |
<a align="left" href="https://ultralytics.com/yolov5" target="_blank">
|
@@ -14,6 +26,8 @@ English | [简体中文](.github/README_cn.md)
|
|
14 |
<a href="https://colab.research.google.com/github/ultralytics/yolov5/blob/master/tutorial.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"></a>
|
15 |
<a href="https://www.kaggle.com/ultralytics/yolov5"><img src="https://kaggle.com/static/images/open-in-kaggle.svg" alt="Open In Kaggle"></a>
|
16 |
<a href="https://join.slack.com/t/ultralytics/shared_invite/zt-w29ei8bp-jczz7QYUmDtgo6r6KcMIAg"><img src="https://img.shields.io/badge/Slack-Join_Forum-blue.svg?logo=slack" alt="Join Forum"></a>
|
|
|
|
|
17 |
</div>
|
18 |
|
19 |
<br>
|
@@ -196,11 +210,15 @@ Get started in seconds with our verified environments. Click each icon below for
|
|
196 |
<a href="https://roboflow.com/?ref=ultralytics">
|
197 |
<img src="https://github.com/ultralytics/yolov5/releases/download/v1.0/logo-roboflow-long.png" width="49%"/>
|
198 |
</a>
|
|
|
|
|
|
|
|
|
199 |
</div>
|
200 |
|
201 |
-
|Weights and Biases|Roboflow ⭐ NEW|
|
202 |
-
|
203 |
-
|Automatically track and visualize all your YOLOv5 training runs in the cloud with [Weights & Biases](https://wandb.ai/site?utm_campaign=repo_yolo_readme)|Label and export your custom datasets directly to YOLOv5 for training with [Roboflow](https://roboflow.com/?ref=ultralytics) |
|
204 |
|
205 |
<!-- ## <div align="center">Compete and Win</div>
|
206 |
|
|
|
1 |
+
---
|
2 |
+
title: Yolov5
|
3 |
+
emoji: 🏃
|
4 |
+
colorFrom: gray
|
5 |
+
colorTo: green
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 3.1.1
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
+
|
13 |
<div align="center">
|
14 |
<p>
|
15 |
<a align="left" href="https://ultralytics.com/yolov5" target="_blank">
|
|
|
26 |
<a href="https://colab.research.google.com/github/ultralytics/yolov5/blob/master/tutorial.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"></a>
|
27 |
<a href="https://www.kaggle.com/ultralytics/yolov5"><img src="https://kaggle.com/static/images/open-in-kaggle.svg" alt="Open In Kaggle"></a>
|
28 |
<a href="https://join.slack.com/t/ultralytics/shared_invite/zt-w29ei8bp-jczz7QYUmDtgo6r6KcMIAg"><img src="https://img.shields.io/badge/Slack-Join_Forum-blue.svg?logo=slack" alt="Join Forum"></a>
|
29 |
+
|
30 |
+
<a href="https://huggingface.co/spaces/xiang-wuu/yolov5"><img src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue" alt="Hugging Face Spaces"></a>
|
31 |
</div>
|
32 |
|
33 |
<br>
|
|
|
210 |
<a href="https://roboflow.com/?ref=ultralytics">
|
211 |
<img src="https://github.com/ultralytics/yolov5/releases/download/v1.0/logo-roboflow-long.png" width="49%"/>
|
212 |
</a>
|
213 |
+
<a href="https://roboflow.com/?ref=ultralytics">
|
214 |
+
<img src="https://raw.githubusercontent.com/gradio-app/gradio/main/readme_files/gradio.svg" width="49%"/>
|
215 |
+
</a>
|
216 |
+
|
217 |
</div>
|
218 |
|
219 |
+
|Weights and Biases|Roboflow ⭐ NEW|Gradio with Hugging Face Spaces
|
220 |
+
|:-:|:-:|:-:|
|
221 |
+
|Automatically track and visualize all your YOLOv5 training runs in the cloud with [Weights & Biases](https://wandb.ai/site?utm_campaign=repo_yolo_readme)|Label and export your custom datasets directly to YOLOv5 for training with [Roboflow](https://roboflow.com/?ref=ultralytics) | With [Gradio](http://www.gradio.app/) one can quickly create a user-friendly web app to showcase what a NN model can do and it can be hosted with [Hugging Face Spaces](https://huggingface.co/spaces/xiang-wuu/yolov5) 🤗 to make it accessible to the world.
|
222 |
|
223 |
<!-- ## <div align="center">Compete and Win</div>
|
224 |
|