Skip to content

Latest commit

 

History

History

Toonify_Image

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Toonify a Given Image

Introduction

This is a python application which takes a image as input and toonify it (make a cartoonist image of it) using https://deepai.org/machine-learning-model/toonify api.
You can read more about the Api here : https://deepai.org/machine-learning-model/toonify

Third Party Libraries Required :

  1. Request Module # to fetch given image
  2. shutil Module # to save image locally

How to install above Library

pip install requests
pip install shutil

How to use it :

  1. Download or clone the repository
  2. Install Required Libraries
  3. Run toonify.py
  4. In command line add you api key which you will get by signing up on https://deepai.org/machine-learning-model/toonify
  5. you will be asked to give the path of image you want to toonify
  6. you will get the toonified image in the same directory

Output

Original image

endpoint

Toonified image

endpoint

built with love

Check out my Github profile Tejas1510!