0:00
hello and welcome to this video on using
0:02
artificial intelligence to transform
0:06
in this tutorial we will be using a
0:08
popular deep learning library such as
0:10
tensorflow or Pi torch to apply various
0:12
image manipulation techniques on a
0:16
first we will start by importing the
0:18
necessary libraries and loading in the
0:20
image that we will be working with
0:26
next we will pre-process the image by
0:28
resizing and normalizing the pixel
0:36
next we will Define the neural network
0:38
architecture that we will be using to
0:46
this can be a simple fee-forward Network
0:48
or a more complex architecture such as a
0:50
convolutional neural network or a
0:52
generative adversarial Network
0:56
once the architecture is defined we will
0:58
train the model on a data set of images
1:00
similar to the one we want to transform
1:05
this will allow the model to learn the
1:08
features and patterns present in that
1:16
after the model is trained we can use it
1:18
to transform our original image in a
1:26
for example we can use the model to add
1:28
or remove certain features from the
1:30
image or to generate a new version of
1:32
the image with a different style and
1:36
in this tutorial we will be using a
1:38
pre-trained model that can change the
1:40
style of the image we will show how the
1:42
image changes before and after this
1:46
finally we will save the transformed
1:48
image and show the result
1:56
thank you for watching and I hope you
1:58
found this tutorial helpful
2:05
if you have any questions or comments
2:08
please feel free to leave them below
2:16
and don't forget to subscribe for more
2:18
videos on using artificial intelligence