Cartoonize your image with a python script utilizing OpenCV!
Here is how this app looks :
I tested with an Instagram logo and it shows original image
, monochrome image
, and cartoonized image
of the image I used :
- Clone this repository :
git clone https://github.com/kevinadhiguna/image-cartoonizer.git
- Install dependencies :
pip install -r requirements.txt
-
Place your original image in the same directory you cloned this repository.
-
Run program :
python cartoon.py
- Boom! You got the cartoonized image!