Train a model using TensorFlow to create art.
Link to the notebook here
You can choose any content and style images. But the restriction on height and width is (WIDTH = 300, HEIGHT = 225).
The model used here is VGG-19. You can download it from here
1. Jupyter Notebook
2. Numpy
3. Matplotlib
4. Tensorflow
5. imageio
pip install tensorflow==1.14
pip install numpy
pip install imageio