Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit 96f4d6c

Browse files
authored
Update README.md
1 parent 2d9c1ad commit 96f4d6c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
1+
<h1>Cartoonify Image</h1>
12

3+
The code converts your original image i.e. the image which you have given as input, to cartoonified image.<br>
4+
When you run Cartoonify.py, both the input image and output image will be displayed.<br>
5+
It can be further implemented for pencil-sketch, color-pencil-sketch, water-color image, sepia effect, oldifying, etc.
6+
7+
<h2>Results:</h2>
8+
9+
<h4>Original Image</h4>
10+
<p align="left">
11+
<img src="images/Readme_Output/Original_Image.PNG" width="600" height="500"/></p>
12+
13+
<h4>Cartoonified Image</h4>
14+
<p align="left">
15+
<img src="images/Readme_Output/Cartoonified_Image.PNG" width="600" height="500"/></p>

0 commit comments

Comments
 (0)