Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/kevinadhiguna/image-cartoonizer
- Owner: kevinadhiguna
- Created: 2020-09-02T12:10:50.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-03T01:54:38.000Z (about 2 years ago)
- Last Synced: 2024-10-12T13:15:22.806Z (about 1 month 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!
![Hello !](https://api.visitorbadge.io/api/VisitorHit?user=kevinadhiguna&repo=image-cartoonizer&label=thanks%20for%20dropping%20in%20!&labelColor=%23000000&countColor=%23FFFFFF)