Skip to content

100mya/Cartoonify-images-using-machine-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Cartoonify-images-using-machine-learning

Cartoonization is itself a classic art but, the evolution in the field of Machine Learning is covering almost every realm. In this project I have used Computer Vision and Machine Learning to cartoonify any image using python.

Process of converting an image to a cartoon

To convert an image to a cartoon, multiple transformations are done.

  1. Convert the image to a Grayscale image. Yes, similar to the old day’s pictures.!
  2. The Grayscale image is smoothened
  3. Extract the edges in the image
  4. Form a colour image and mask it with edges.

This creates a beautiful cartoon image with edges and lightened colour of the original image.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages