Skip to content

Commit 92da00c

Browse files
committed
[ai-notebooks] - image segmentation doc update - typo fixes
1 parent 01acb92 commit 92da00c

File tree

15 files changed

+57
-27
lines changed

15 files changed

+57
-27
lines changed

pages/platform/ai/notebook_tuto_12_image-segmentation-unet-tumors/guide.de-de.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: AI Notebooks - Tutorial - Brain tumor segmentation using U-Net
33
slug: notebooks/tuto-image-segmentation-unet-brain-tumors
4-
excerpt: How to convert Speech to Text using AI Notebooks
4+
excerpt: Implementing a Convolutional Neural Network for Brain Tumor Segmentation in Medical Imaging
55
section: AI Notebooks - Tutorials
66
order: 12
77
routes:
@@ -33,6 +33,7 @@ At the end of this tutorial, you will have learnt the principal methods to **seg
3333
- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de)
3434
- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account
3535
- A user for AI Notebooks
36+
- A [Kaggle](https://www.kaggle.com/) account to download the dataset
3637

3738
## Instructions
3839

@@ -98,9 +99,10 @@ You can then reach your notebook’s URL once the notebook is running.
9899

99100
Once our [AI examples repository](https://github.com/ovh/ai-training-examples/) has been cloned in your environment, find your notebook by following this path: `ai-training-examples` > `notebooks` > `computer-vision` > `image-segmentation` > `tensorflow` > `brain-tumor-segmentation-unet` > `notebook_image_segmentation_unet.ipynb`.
100101

101-
A preview of this notebook can be found on GitHub [here](####PUT LINK ONCE AVAILABLE####).
102+
A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/image-segmentation/tensorflow/brain-tumor-segmentation-unet/notebook_image_segmentation_unet.ipynb).
102103

103104
## Go further
105+
104106
There are many other tasks that exist in the computer vision field. Check our other tutorials to learn how to:
105107

106108
- [Use Transfer Learning with ResNet50 for image classification](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/image-classification/tensorflow/resnet50/notebook-resnet-transfer-learning-image-classification.ipynb)

pages/platform/ai/notebook_tuto_12_image-segmentation-unet-tumors/guide.en-asia.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: AI Notebooks - Tutorial - Brain tumor segmentation using U-Net
33
slug: notebooks/tuto-image-segmentation-unet-brain-tumors
4-
excerpt: How to convert Speech to Text using AI Notebooks
4+
excerpt: Implementing a Convolutional Neural Network for Brain Tumor Segmentation in Medical Imaging
55
section: AI Notebooks - Tutorials
66
order: 12
77
updated: 2023-04-13
@@ -31,6 +31,7 @@ At the end of this tutorial, you will have learnt the principal methods to **seg
3131
- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia)
3232
- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account
3333
- A user for AI Notebooks
34+
- A [Kaggle](https://www.kaggle.com/) account to download the dataset
3435

3536
## Instructions
3637

@@ -96,9 +97,10 @@ You can then reach your notebook’s URL once the notebook is running.
9697

9798
Once our [AI examples repository](https://github.com/ovh/ai-training-examples/) has been cloned in your environment, find your notebook by following this path: `ai-training-examples` > `notebooks` > `computer-vision` > `image-segmentation` > `tensorflow` > `brain-tumor-segmentation-unet` > `notebook_image_segmentation_unet.ipynb`.
9899

99-
A preview of this notebook can be found on GitHub [here](####PUT LINK ONCE AVAILABLE####).
100+
A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/image-segmentation/tensorflow/brain-tumor-segmentation-unet/notebook_image_segmentation_unet.ipynb).
100101

101102
## Go further
103+
102104
There are many other tasks that exist in the computer vision field. Check our other tutorials to learn how to:
103105

104106
- [Use Transfer Learning with ResNet50 for image classification](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/image-classification/tensorflow/resnet50/notebook-resnet-transfer-learning-image-classification.ipynb)

pages/platform/ai/notebook_tuto_12_image-segmentation-unet-tumors/guide.en-au.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: AI Notebooks - Tutorial - Brain tumor segmentation using U-Net
33
slug: notebooks/tuto-image-segmentation-unet-brain-tumors
4-
excerpt: How to convert Speech to Text using AI Notebooks
4+
excerpt: Implementing a Convolutional Neural Network for Brain Tumor Segmentation in Medical Imaging
55
section: AI Notebooks - Tutorials
66
order: 12
77
updated: 2023-04-13
@@ -31,6 +31,7 @@ At the end of this tutorial, you will have learnt the principal methods to **seg
3131
- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au)
3232
- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account
3333
- A user for AI Notebooks
34+
- A [Kaggle](https://www.kaggle.com/) account to download the dataset
3435

3536
## Instructions
3637

@@ -96,9 +97,10 @@ You can then reach your notebook’s URL once the notebook is running.
9697

9798
Once our [AI examples repository](https://github.com/ovh/ai-training-examples/) has been cloned in your environment, find your notebook by following this path: `ai-training-examples` > `notebooks` > `computer-vision` > `image-segmentation` > `tensorflow` > `brain-tumor-segmentation-unet` > `notebook_image_segmentation_unet.ipynb`.
9899

99-
A preview of this notebook can be found on GitHub [here](####PUT LINK ONCE AVAILABLE####).
100+
A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/image-segmentation/tensorflow/brain-tumor-segmentation-unet/notebook_image_segmentation_unet.ipynb).
100101

101102
## Go further
103+
102104
There are many other tasks that exist in the computer vision field. Check our other tutorials to learn how to:
103105

104106
- [Use Transfer Learning with ResNet50 for image classification](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/image-classification/tensorflow/resnet50/notebook-resnet-transfer-learning-image-classification.ipynb)

pages/platform/ai/notebook_tuto_12_image-segmentation-unet-tumors/guide.en-ca.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: AI Notebooks - Tutorial - Brain tumor segmentation using U-Net
33
slug: notebooks/tuto-image-segmentation-unet-brain-tumors
4-
excerpt: How to convert Speech to Text using AI Notebooks
4+
excerpt: Implementing a Convolutional Neural Network for Brain Tumor Segmentation in Medical Imaging
55
section: AI Notebooks - Tutorials
66
order: 12
77
updated: 2023-04-13
@@ -31,6 +31,7 @@ At the end of this tutorial, you will have learnt the principal methods to **seg
3131
- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca)
3232
- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account
3333
- A user for AI Notebooks
34+
- A [Kaggle](https://www.kaggle.com/) account to download the dataset
3435

3536
## Instructions
3637

@@ -96,9 +97,10 @@ You can then reach your notebook’s URL once the notebook is running.
9697

9798
Once our [AI examples repository](https://github.com/ovh/ai-training-examples/) has been cloned in your environment, find your notebook by following this path: `ai-training-examples` > `notebooks` > `computer-vision` > `image-segmentation` > `tensorflow` > `brain-tumor-segmentation-unet` > `notebook_image_segmentation_unet.ipynb`.
9899

99-
A preview of this notebook can be found on GitHub [here](####PUT LINK ONCE AVAILABLE####).
100+
A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/image-segmentation/tensorflow/brain-tumor-segmentation-unet/notebook_image_segmentation_unet.ipynb).
100101

101102
## Go further
103+
102104
There are many other tasks that exist in the computer vision field. Check our other tutorials to learn how to:
103105

104106
- [Use Transfer Learning with ResNet50 for image classification](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/image-classification/tensorflow/resnet50/notebook-resnet-transfer-learning-image-classification.ipynb)

pages/platform/ai/notebook_tuto_12_image-segmentation-unet-tumors/guide.en-gb.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ At the end of this tutorial, you will have learnt the principal methods to **seg
3131
- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB)
3232
- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account
3333
- A user for AI Notebooks
34+
- A [Kaggle](https://www.kaggle.com/) account to download the dataset
3435

3536
## Instructions
3637

@@ -96,9 +97,10 @@ You can then reach your notebook’s URL once the notebook is running.
9697

9798
Once our [AI examples repository](https://github.com/ovh/ai-training-examples/) has been cloned in your environment, find your notebook by following this path: `ai-training-examples` > `notebooks` > `computer-vision` > `image-segmentation` > `tensorflow` > `brain-tumor-segmentation-unet` > `notebook_image_segmentation_unet.ipynb`.
9899

99-
A preview of this notebook can be found on GitHub [here](####PUT LINK ONCE AVAILABLE####).
100+
A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/image-segmentation/tensorflow/brain-tumor-segmentation-unet/notebook_image_segmentation_unet.ipynb).
100101

101102
## Go further
103+
102104
There are many other tasks that exist in the computer vision field. Check our other tutorials to learn how to:
103105

104106
- [Use Transfer Learning with ResNet50 for image classification](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/image-classification/tensorflow/resnet50/notebook-resnet-transfer-learning-image-classification.ipynb)

pages/platform/ai/notebook_tuto_12_image-segmentation-unet-tumors/guide.en-ie.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: AI Notebooks - Tutorial - Brain tumor segmentation using U-Net
33
slug: notebooks/tuto-image-segmentation-unet-brain-tumors
4-
excerpt: How to convert Speech to Text using AI Notebooks
4+
excerpt: Implementing a Convolutional Neural Network for Brain Tumor Segmentation in Medical Imaging
55
section: AI Notebooks - Tutorials
66
order: 12
77
updated: 2023-04-13
@@ -31,6 +31,7 @@ At the end of this tutorial, you will have learnt the principal methods to **seg
3131
- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie)
3232
- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account
3333
- A user for AI Notebooks
34+
- A [Kaggle](https://www.kaggle.com/) account to download the dataset
3435

3536
## Instructions
3637

@@ -96,9 +97,10 @@ You can then reach your notebook’s URL once the notebook is running.
9697

9798
Once our [AI examples repository](https://github.com/ovh/ai-training-examples/) has been cloned in your environment, find your notebook by following this path: `ai-training-examples` > `notebooks` > `computer-vision` > `image-segmentation` > `tensorflow` > `brain-tumor-segmentation-unet` > `notebook_image_segmentation_unet.ipynb`.
9899

99-
A preview of this notebook can be found on GitHub [here](####PUT LINK ONCE AVAILABLE####).
100+
A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/image-segmentation/tensorflow/brain-tumor-segmentation-unet/notebook_image_segmentation_unet.ipynb).
100101

101102
## Go further
103+
102104
There are many other tasks that exist in the computer vision field. Check our other tutorials to learn how to:
103105

104106
- [Use Transfer Learning with ResNet50 for image classification](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/image-classification/tensorflow/resnet50/notebook-resnet-transfer-learning-image-classification.ipynb)

pages/platform/ai/notebook_tuto_12_image-segmentation-unet-tumors/guide.en-sg.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: AI Notebooks - Tutorial - Brain tumor segmentation using U-Net
33
slug: notebooks/tuto-image-segmentation-unet-brain-tumors
4-
excerpt: How to convert Speech to Text using AI Notebooks
4+
excerpt: Implementing a Convolutional Neural Network for Brain Tumor Segmentation in Medical Imaging
55
section: AI Notebooks - Tutorials
66
order: 12
77
updated: 2023-04-13
@@ -31,6 +31,7 @@ At the end of this tutorial, you will have learnt the principal methods to **seg
3131
- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg)
3232
- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account
3333
- A user for AI Notebooks
34+
- A [Kaggle](https://www.kaggle.com/) account to download the dataset
3435

3536
## Instructions
3637

@@ -96,9 +97,10 @@ You can then reach your notebook’s URL once the notebook is running.
9697

9798
Once our [AI examples repository](https://github.com/ovh/ai-training-examples/) has been cloned in your environment, find your notebook by following this path: `ai-training-examples` > `notebooks` > `computer-vision` > `image-segmentation` > `tensorflow` > `brain-tumor-segmentation-unet` > `notebook_image_segmentation_unet.ipynb`.
9899

99-
A preview of this notebook can be found on GitHub [here](####PUT LINK ONCE AVAILABLE####).
100+
A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/image-segmentation/tensorflow/brain-tumor-segmentation-unet/notebook_image_segmentation_unet.ipynb).
100101

101102
## Go further
103+
102104
There are many other tasks that exist in the computer vision field. Check our other tutorials to learn how to:
103105

104106
- [Use Transfer Learning with ResNet50 for image classification](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/image-classification/tensorflow/resnet50/notebook-resnet-transfer-learning-image-classification.ipynb)

pages/platform/ai/notebook_tuto_12_image-segmentation-unet-tumors/guide.en-us.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: AI Notebooks - Tutorial - Brain tumor segmentation using U-Net
33
slug: notebooks/tuto-image-segmentation-unet-brain-tumors
4-
excerpt: How to convert Speech to Text using AI Notebooks
4+
excerpt: Implementing a Convolutional Neural Network for Brain Tumor Segmentation in Medical Imaging
55
section: AI Notebooks - Tutorials
66
order: 12
77
updated: 2023-04-13
@@ -31,6 +31,7 @@ At the end of this tutorial, you will have learnt the principal methods to **seg
3131
- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we)
3232
- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account
3333
- A user for AI Notebooks
34+
- A [Kaggle](https://www.kaggle.com/) account to download the dataset
3435

3536
## Instructions
3637

@@ -96,9 +97,10 @@ You can then reach your notebook’s URL once the notebook is running.
9697

9798
Once our [AI examples repository](https://github.com/ovh/ai-training-examples/) has been cloned in your environment, find your notebook by following this path: `ai-training-examples` > `notebooks` > `computer-vision` > `image-segmentation` > `tensorflow` > `brain-tumor-segmentation-unet` > `notebook_image_segmentation_unet.ipynb`.
9899

99-
A preview of this notebook can be found on GitHub [here](####PUT LINK ONCE AVAILABLE####).
100+
A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/image-segmentation/tensorflow/brain-tumor-segmentation-unet/notebook_image_segmentation_unet.ipynb).
100101

101102
## Go further
103+
102104
There are many other tasks that exist in the computer vision field. Check our other tutorials to learn how to:
103105

104106
- [Use Transfer Learning with ResNet50 for image classification](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/image-classification/tensorflow/resnet50/notebook-resnet-transfer-learning-image-classification.ipynb)

pages/platform/ai/notebook_tuto_12_image-segmentation-unet-tumors/guide.es-es.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: AI Notebooks - Tutorial - Brain tumor segmentation using U-Net
33
slug: notebooks/tuto-image-segmentation-unet-brain-tumors
4-
excerpt: How to convert Speech to Text using AI Notebooks
4+
excerpt: Implementing a Convolutional Neural Network for Brain Tumor Segmentation in Medical Imaging
55
section: AI Notebooks - Tutorials
66
order: 12
77
routes:
@@ -33,6 +33,7 @@ At the end of this tutorial, you will have learnt the principal methods to **seg
3333
- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es)
3434
- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account
3535
- A user for AI Notebooks
36+
- A [Kaggle](https://www.kaggle.com/) account to download the dataset
3637

3738
## Instructions
3839

@@ -98,9 +99,10 @@ You can then reach your notebook’s URL once the notebook is running.
9899

99100
Once our [AI examples repository](https://github.com/ovh/ai-training-examples/) has been cloned in your environment, find your notebook by following this path: `ai-training-examples` > `notebooks` > `computer-vision` > `image-segmentation` > `tensorflow` > `brain-tumor-segmentation-unet` > `notebook_image_segmentation_unet.ipynb`.
100101

101-
A preview of this notebook can be found on GitHub [here](####PUT LINK ONCE AVAILABLE####).
102+
A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/image-segmentation/tensorflow/brain-tumor-segmentation-unet/notebook_image_segmentation_unet.ipynb).
102103

103104
## Go further
105+
104106
There are many other tasks that exist in the computer vision field. Check our other tutorials to learn how to:
105107

106108
- [Use Transfer Learning with ResNet50 for image classification](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/image-classification/tensorflow/resnet50/notebook-resnet-transfer-learning-image-classification.ipynb)

pages/platform/ai/notebook_tuto_12_image-segmentation-unet-tumors/guide.es-us.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: AI Notebooks - Tutorial - Brain tumor segmentation using U-Net
33
slug: notebooks/tuto-image-segmentation-unet-brain-tumors
4-
excerpt: How to convert Speech to Text using AI Notebooks
4+
excerpt: Implementing a Convolutional Neural Network for Brain Tumor Segmentation in Medical Imaging
55
section: AI Notebooks - Tutorials
66
order: 12
77
routes:
@@ -33,6 +33,7 @@ At the end of this tutorial, you will have learnt the principal methods to **seg
3333
- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws)
3434
- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account
3535
- A user for AI Notebooks
36+
- A [Kaggle](https://www.kaggle.com/) account to download the dataset
3637

3738
## Instructions
3839

@@ -98,9 +99,10 @@ You can then reach your notebook’s URL once the notebook is running.
9899

99100
Once our [AI examples repository](https://github.com/ovh/ai-training-examples/) has been cloned in your environment, find your notebook by following this path: `ai-training-examples` > `notebooks` > `computer-vision` > `image-segmentation` > `tensorflow` > `brain-tumor-segmentation-unet` > `notebook_image_segmentation_unet.ipynb`.
100101

101-
A preview of this notebook can be found on GitHub [here](####PUT LINK ONCE AVAILABLE####).
102+
A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/image-segmentation/tensorflow/brain-tumor-segmentation-unet/notebook_image_segmentation_unet.ipynb).
102103

103104
## Go further
105+
104106
There are many other tasks that exist in the computer vision field. Check our other tutorials to learn how to:
105107

106108
- [Use Transfer Learning with ResNet50 for image classification](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/image-classification/tensorflow/resnet50/notebook-resnet-transfer-learning-image-classification.ipynb)

0 commit comments

Comments
 (0)