Skip to content

Commit 11556f2

Browse files
Merge pull request #4345 from ovh/ai-yolov5-fix-404
[AI tutorials fix] - update broken link
2 parents c3a19b0 + bf74ed9 commit 11556f2

31 files changed

+90
-90
lines changed

pages/platform/ai/deploy_tuto_04_flask_yolov5/guide.de-de.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ section: AI Deploy - Tutorials
66
order: 04
77
routes:
88
canonical: 'https://docs.ovh.com/gb/en/publiccloud/ai/deploy/web-service-yolov5/'
9-
updated: 2023-01-31
9+
updated: 2023-03-10
1010
---
1111

12-
**Last updated 31st January, 2023.**
12+
**Last updated 10th March, 2023.**
1313

1414
> [!primary]
1515
>
@@ -33,7 +33,7 @@ For more information on how to train YOLOv5 on a custom dataset, refer to the fo
3333
- a [user for AI Deploy](https://docs.ovh.com/de/publiccloud/ai/users)
3434
- [Docker](https://www.docker.com/get-started) installed on your local computer
3535
- some knowledge about building image and [Dockerfile](https://docs.docker.com/engine/reference/builder/)
36-
- your weights obtained from training a YOLOv5 model on your dataset (refer to the *"Export trained weights for future inference"* part of the [notebook for YOLOv5](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/object-detection/miniconda/notebook_object_detection_yolov5.ipynb)
36+
- your weights obtained from training a YOLOv5 model on your dataset (refer to the *"Export trained weights for future inference"* part of the [notebook for YOLOv5](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/object-detection/miniconda/yolov5/notebook_object_detection_yolov5_coco.ipynb)
3737

3838
## Instructions
3939

pages/platform/ai/deploy_tuto_04_flask_yolov5/guide.en-asia.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ slug: deploy/web-service-yolov5
44
excerpt: How to deploy a web service for YOLOv5 using your own weights with Flask
55
section: AI Deploy - Tutorials
66
order: 04
7-
updated: 2023-01-31
7+
updated: 2023-03-10
88
---
99

10-
**Last updated 31st January, 2023.**
10+
**Last updated 10th March, 2023.**
1111

1212
> [!primary]
1313
>
@@ -31,7 +31,7 @@ For more information on how to train YOLOv5 on a custom dataset, refer to the fo
3131
- a [user for AI Deploy](https://docs.ovh.com/asia/en/publiccloud/ai/users)
3232
- [Docker](https://www.docker.com/get-started) installed on your local computer
3333
- some knowledge about building image and [Dockerfile](https://docs.docker.com/engine/reference/builder/)
34-
- your weights obtained from training a YOLOv5 model on your dataset (refer to the *"Export trained weights for future inference"* part of the [notebook for YOLOv5](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/object-detection/miniconda/notebook_object_detection_yolov5.ipynb)
34+
- your weights obtained from training a YOLOv5 model on your dataset (refer to the *"Export trained weights for future inference"* part of the [notebook for YOLOv5](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/object-detection/miniconda/yolov5/notebook_object_detection_yolov5_coco.ipynb)
3535

3636
## Instructions
3737

pages/platform/ai/deploy_tuto_04_flask_yolov5/guide.en-au.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ slug: deploy/web-service-yolov5
44
excerpt: How to deploy a web service for YOLOv5 using your own weights with Flask
55
section: AI Deploy - Tutorials
66
order: 04
7-
updated: 2023-01-31
7+
updated: 2023-03-10
88
---
99

10-
**Last updated 31st January, 2023.**
10+
**Last updated 10th March, 2023.**
1111

1212
> [!primary]
1313
>
@@ -31,7 +31,7 @@ For more information on how to train YOLOv5 on a custom dataset, refer to the fo
3131
- a [user for AI Deploy](https://docs.ovh.com/au/en/publiccloud/ai/users)
3232
- [Docker](https://www.docker.com/get-started) installed on your local computer
3333
- some knowledge about building image and [Dockerfile](https://docs.docker.com/engine/reference/builder/)
34-
- your weights obtained from training a YOLOv5 model on your dataset (refer to the *"Export trained weights for future inference"* part of the [notebook for YOLOv5](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/object-detection/miniconda/notebook_object_detection_yolov5.ipynb)
34+
- your weights obtained from training a YOLOv5 model on your dataset (refer to the *"Export trained weights for future inference"* part of the [notebook for YOLOv5](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/object-detection/miniconda/yolov5/notebook_object_detection_yolov5_coco.ipynb)
3535

3636
## Instructions
3737

pages/platform/ai/deploy_tuto_04_flask_yolov5/guide.en-ca.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ slug: deploy/web-service-yolov5
44
excerpt: How to deploy a web service for YOLOv5 using your own weights with Flask
55
section: AI Deploy - Tutorials
66
order: 04
7-
updated: 2023-01-31
7+
updated: 2023-03-10
88
---
99

10-
**Last updated 31st January, 2023.**
10+
**Last updated 10th March, 2023.**
1111

1212
> [!primary]
1313
>
@@ -31,7 +31,7 @@ For more information on how to train YOLOv5 on a custom dataset, refer to the fo
3131
- a [user for AI Deploy](https://docs.ovh.com/ca/en/publiccloud/ai/users)
3232
- [Docker](https://www.docker.com/get-started) installed on your local computer
3333
- some knowledge about building image and [Dockerfile](https://docs.docker.com/engine/reference/builder/)
34-
- your weights obtained from training a YOLOv5 model on your dataset (refer to the *"Export trained weights for future inference"* part of the [notebook for YOLOv5](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/object-detection/miniconda/notebook_object_detection_yolov5.ipynb)
34+
- your weights obtained from training a YOLOv5 model on your dataset (refer to the *"Export trained weights for future inference"* part of the [notebook for YOLOv5](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/object-detection/miniconda/yolov5/notebook_object_detection_yolov5_coco.ipynb)
3535

3636
## Instructions
3737

pages/platform/ai/deploy_tuto_04_flask_yolov5/guide.en-gb.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ slug: deploy/web-service-yolov5
44
excerpt: How to deploy a web service for YOLOv5 using your own weights with Flask
55
section: AI Deploy - Tutorials
66
order: 04
7-
updated: 2023-01-31
7+
updated: 2023-03-10
88
---
99

10-
**Last updated 31st January, 2023.**
10+
**Last updated 10th March, 2023.**
1111

1212
> [!primary]
1313
>
@@ -31,7 +31,7 @@ For more information on how to train YOLOv5 on a custom dataset, refer to the fo
3131
- a [user for AI Deploy](https://docs.ovh.com/gb/en/publiccloud/ai/users)
3232
- [Docker](https://www.docker.com/get-started) installed on your local computer
3333
- some knowledge about building image and [Dockerfile](https://docs.docker.com/engine/reference/builder/)
34-
- your weights obtained from training a YOLOv5 model on your dataset (refer to the *"Export trained weights for future inference"* part of the [notebook for YOLOv5](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/object-detection/miniconda/notebook_object_detection_yolov5.ipynb)
34+
- your weights obtained from training a YOLOv5 model on your dataset (refer to the *"Export trained weights for future inference"* part of the [notebook for YOLOv5](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/object-detection/miniconda/yolov5/notebook_object_detection_yolov5_coco.ipynb)
3535

3636
## Instructions
3737

pages/platform/ai/deploy_tuto_04_flask_yolov5/guide.en-ie.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ slug: deploy/web-service-yolov5
44
excerpt: How to deploy a web service for YOLOv5 using your own weights with Flask
55
section: AI Deploy - Tutorials
66
order: 04
7-
updated: 2023-01-31
7+
updated: 2023-03-10
88
---
99

10-
**Last updated 31st January, 2023.**
10+
**Last updated 10th March, 2023.**
1111

1212
> [!primary]
1313
>
@@ -31,7 +31,7 @@ For more information on how to train YOLOv5 on a custom dataset, refer to the fo
3131
- a [user for AI Deploy](https://docs.ovh.com/ie/en/publiccloud/ai/users)
3232
- [Docker](https://www.docker.com/get-started) installed on your local computer
3333
- some knowledge about building image and [Dockerfile](https://docs.docker.com/engine/reference/builder/)
34-
- your weights obtained from training a YOLOv5 model on your dataset (refer to the *"Export trained weights for future inference"* part of the [notebook for YOLOv5](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/object-detection/miniconda/notebook_object_detection_yolov5.ipynb)
34+
- your weights obtained from training a YOLOv5 model on your dataset (refer to the *"Export trained weights for future inference"* part of the [notebook for YOLOv5](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/object-detection/miniconda/yolov5/notebook_object_detection_yolov5_coco.ipynb)
3535

3636
## Instructions
3737

pages/platform/ai/deploy_tuto_04_flask_yolov5/guide.en-sg.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ slug: deploy/web-service-yolov5
44
excerpt: How to deploy a web service for YOLOv5 using your own weights with Flask
55
section: AI Deploy - Tutorials
66
order: 04
7-
updated: 2023-01-31
7+
updated: 2023-03-10
88
---
99

10-
**Last updated 31st January, 2023.**
10+
**Last updated 10th March, 2023.**
1111

1212
> [!primary]
1313
>
@@ -31,7 +31,7 @@ For more information on how to train YOLOv5 on a custom dataset, refer to the fo
3131
- a [user for AI Deploy](https://docs.ovh.com/sg/en/publiccloud/ai/users)
3232
- [Docker](https://www.docker.com/get-started) installed on your local computer
3333
- some knowledge about building image and [Dockerfile](https://docs.docker.com/engine/reference/builder/)
34-
- your weights obtained from training a YOLOv5 model on your dataset (refer to the *"Export trained weights for future inference"* part of the [notebook for YOLOv5](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/object-detection/miniconda/notebook_object_detection_yolov5.ipynb)
34+
- your weights obtained from training a YOLOv5 model on your dataset (refer to the *"Export trained weights for future inference"* part of the [notebook for YOLOv5](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/object-detection/miniconda/yolov5/notebook_object_detection_yolov5_coco.ipynb)
3535

3636
## Instructions
3737

pages/platform/ai/deploy_tuto_04_flask_yolov5/guide.en-us.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ slug: deploy/web-service-yolov5
44
excerpt: How to deploy a web service for YOLOv5 using your own weights with Flask
55
section: AI Deploy - Tutorials
66
order: 04
7-
updated: 2023-01-31
7+
updated: 2023-03-10
88
---
99

10-
**Last updated 31st January, 2023.**
10+
**Last updated 10th March, 2023.**
1111

1212
> [!primary]
1313
>
@@ -31,7 +31,7 @@ For more information on how to train YOLOv5 on a custom dataset, refer to the fo
3131
- a [user for AI Deploy](https://docs.ovh.com/us/en/publiccloud/ai/users)
3232
- [Docker](https://www.docker.com/get-started) installed on your local computer
3333
- some knowledge about building image and [Dockerfile](https://docs.docker.com/engine/reference/builder/)
34-
- your weights obtained from training a YOLOv5 model on your dataset (refer to the *"Export trained weights for future inference"* part of the [notebook for YOLOv5](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/object-detection/miniconda/notebook_object_detection_yolov5.ipynb)
34+
- your weights obtained from training a YOLOv5 model on your dataset (refer to the *"Export trained weights for future inference"* part of the [notebook for YOLOv5](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/object-detection/miniconda/yolov5/notebook_object_detection_yolov5_coco.ipynb)
3535

3636
## Instructions
3737

pages/platform/ai/deploy_tuto_04_flask_yolov5/guide.es-es.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ section: AI Deploy - Tutorials
66
order: 04
77
routes:
88
canonical: 'https://docs.ovh.com/gb/en/publiccloud/ai/deploy/web-service-yolov5/'
9-
updated: 2023-01-31
9+
updated: 2023-03-10
1010
---
1111

12-
**Last updated 31st January, 2023.**
12+
**Last updated 10th March, 2023.**
1313

1414
> [!primary]
1515
>
@@ -33,7 +33,7 @@ For more information on how to train YOLOv5 on a custom dataset, refer to the fo
3333
- a [user for AI Deploy](https://docs.ovh.com/es/publiccloud/ai/users)
3434
- [Docker](https://www.docker.com/get-started) installed on your local computer
3535
- some knowledge about building image and [Dockerfile](https://docs.docker.com/engine/reference/builder/)
36-
- your weights obtained from training a YOLOv5 model on your dataset (refer to the *"Export trained weights for future inference"* part of the [notebook for YOLOv5](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/object-detection/miniconda/notebook_object_detection_yolov5.ipynb)
36+
- your weights obtained from training a YOLOv5 model on your dataset (refer to the *"Export trained weights for future inference"* part of the [notebook for YOLOv5](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/object-detection/miniconda/yolov5/notebook_object_detection_yolov5_coco.ipynb)
3737

3838
## Instructions
3939

pages/platform/ai/deploy_tuto_04_flask_yolov5/guide.es-us.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ section: AI Deploy - Tutorials
66
order: 04
77
routes:
88
canonical: 'https://docs.ovh.com/gb/en/publiccloud/ai/deploy/web-service-yolov5/'
9-
updated: 2023-01-31
9+
updated: 2023-03-10
1010
---
1111

12-
**Last updated 31st January, 2023.**
12+
**Last updated 10th March, 2023.**
1313

1414
> [!primary]
1515
>
@@ -33,7 +33,7 @@ For more information on how to train YOLOv5 on a custom dataset, refer to the fo
3333
- a [user for AI Deploy](https://docs.ovh.com/us/es/publiccloud/ai/users)
3434
- [Docker](https://www.docker.com/get-started) installed on your local computer
3535
- some knowledge about building image and [Dockerfile](https://docs.docker.com/engine/reference/builder/)
36-
- your weights obtained from training a YOLOv5 model on your dataset (refer to the *"Export trained weights for future inference"* part of the [notebook for YOLOv5](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/object-detection/miniconda/notebook_object_detection_yolov5.ipynb)
36+
- your weights obtained from training a YOLOv5 model on your dataset (refer to the *"Export trained weights for future inference"* part of the [notebook for YOLOv5](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/object-detection/miniconda/yolov5/notebook_object_detection_yolov5_coco.ipynb)
3737

3838
## Instructions
3939

0 commit comments

Comments
 (0)