We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 077304e commit 30a6283Copy full SHA for 30a6283
README.md
@@ -0,0 +1,17 @@
1
+<h1>Image Style Transfer using PyTorch</h1>
2
+<h2>About Project:</h2>
3
+<p>
4
+ <img src='https://github.com/SurajChinna/Image-Style-Transfer-Pytorch/blob/master/assets/download.png' />
5
+ The project is about classifying the handwritten digits taken from MNIST data.
6
+</p>
7
+
8
+<h2>Languages or frameworks used</h2>
9
10
+<ul>
11
+ <li>Python: language</li>
12
+ <li>NumPy: library for numerical calculations</li>
13
+ <li>Matplotlib: library for data visualisation</li>
14
+ <li>torch: a deep learning framework by Facebook AI Research Team</li>
15
+ <li>torchvision: package consists of popular datasets, model architectures, and common image transformations for computer vision</li>
16
+</ul>
17
0 commit comments