File size: 723 Bytes
bad9b6a
b258c6d
38a3ecd
b258c6d
bad9b6a
b258c6d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
defafa8
8855194
b258c6d
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
tags:
- unconditional-image-generation
library_name: keras
---

## Model description
This repo contains the model for the notebook [Neural style transfer](https://keras.io/examples/generative/neural_style_transfer/).

Full credits go to [fchollet](https://twitter.com/fchollet)

Reproduced by [Rushi Chaudhari](https://github.com/rushic24)

Style transfer consists in generating an image with the same "content" as a base image, but with the "style" of a different picture (typically artistic) by optimizing style loss, content loss, and total variation loss

## Dataset
This is a pre-trained model of VGG19 trained on imagenet

<details>

<summary> View Model Plot </summary>

![Model Image](./model.png)
  
</details>