This is an implementation of Neural Style Transfer from the paper A Neural Algorithm of Artistic Style in TensorFlow. To change the effect of style image and content image you can change the style_weight & content_weight variable in the code.
Results after 100 iterations using the model
Results after 100 iterations using the model
We can use different style weight for different layers to improve the function of style image. There are new papers out there which can do real time style transfer.