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: about 1 month ago
JSON representation
Cartoonize your image with a python script utilizing OpenCV!
- Host: GitHub
- URL: https://github.com/kevinadhiguna/image-cartoonizer
- Owner: kevinadhiguna
- Created: 2020-09-02T12:10:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-03T01:54:38.000Z (almost 4 years ago)
- Last Synced: 2025-02-28T23:22:08.231Z (over 1 year ago)
- Topics: image-cartoonizer, opencv, python
- Language: Python
- Homepage:
- Size: 958 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!
