Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kevinadhiguna/image-cartoonizer

Cartoonize your image with a python script utilizing OpenCV!
https://github.com/kevinadhiguna/image-cartoonizer

image-cartoonizer opencv python

Last synced: 5 days ago
JSON representation

Cartoonize your image with a python script utilizing OpenCV!

Awesome Lists containing this project

README

        

# Image Cartoonizer

Cartoonize your image with a python script utilizing OpenCV!


## Demo

Here is how this app looks :

### Instagram Logo

I tested with an Instagram logo and it shows `original image`, `monochrome image`, and `cartoonized image` of the image I used :


## How to run :

1) Clone this repository :
```
git clone https://github.com/kevinadhiguna/image-cartoonizer.git
```

2) Install dependencies :
```
pip install -r requirements.txt
```

3) Place your original image in the same directory you cloned this repository.

4) Run program :
```
python cartoon.py
```

5) Boom! You got the cartoonized image!


![Hello !](https://api.visitorbadge.io/api/VisitorHit?user=kevinadhiguna&repo=image-cartoonizer&label=thanks%20for%20dropping%20in%20!&labelColor=%23000000&countColor=%23FFFFFF)