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
- Request Module # to fetch given image
- shutil Module # to save image locally
pip install requests
pip install shutil
- Download or clone the repository
- Install Required Libraries
- Run toonify.py
- In command line add you api key which you will get by signing up on https://deepai.org/machine-learning-model/toonify
- you will be asked to give the path of image you want to toonify
- you will get the toonified image in the same directory
Check out my Github profile Tejas1510!