Skip to content

Commit 30a6283

Browse files
Create README.md
1 parent 077304e commit 30a6283

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
<p>
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+
</p>

0 commit comments

Comments
 (0)