mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-23 20:11:07 +00:00
cef99f37d3
* Toonify Script Added * Update README.md * Update toonify-API-2.py |
||
---|---|---|
.. | ||
README.md | ||
toonify-API-1.py | ||
toonify-API-2.py | ||
toonify-opencv.py |
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: