X Tutup
Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

HOW TO USE

Using OpenCv (link)

  • To just view the image
python3 toonify-opencv.py -i img_path
  • To view and download the image
python3 toonify-opencv.py -i img_path -o download_path

Using Toonify-API(by DeepAI)

For local image (link)
python3 toonify-API-1.py -i img_path -k api_key
For URLS (link)
python3 toonify-API-2.py -i img_path -k api_key

NOTE: The toonify image works well with .jpg format and might give some problem with other formats

For more details on toonify API:

toonify API doc

X Tutup