rushic24 commited on
Commit
b258c6d
1 Parent(s): d92f7e1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -1
README.md CHANGED
@@ -1,3 +1,24 @@
1
  ---
2
- license: apache-2.0
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ tags:
3
+ - image-to-image
4
+ library_name: keras
5
  ---
6
+
7
+ ## Model description
8
+ This repo contains the model for the notebook [Neural style transfer](https://keras.io/examples/generative/neural_style_transfer/).
9
+
10
+ Full credits go to [fchollet](https://twitter.com/fchollet)
11
+
12
+ Reproduced by [Rushi Chaudhari](https://github.com/rushic24)
13
+
14
+ 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
15
+
16
+ ## Dataset
17
+ This is a pre-trained model of VGG19 trained on imagenet
18
+
19
+ <details>
20
+
21
+ <summary> View Model Plot </summary>
22
+ ![Model Image](./model.png)
23
+
24
+ </details>