/Image_to_sketch

Python open-source library to convert color/ B&W image to pencil sketch

Primary LanguageJupyter NotebookMIT LicenseMIT

Imagetosketch

Author MIT Contributions welcome Stars

Python open-source library to convert color/ B&W image to pencil sketch

Installation:

pip install ImagetoSketch==0.1.3

Usage

#installation
!pip install ImagetoSketch==0.1.3

#import
from ImagetoSketch import *

#specify image directory:
ImagetoSketch(r'C:\Users\neloy\OneDrive\GitHub\Image_to_sketch\src\images\demo_2.png')

Sample output

Original Image Sketched Image

For details see this notebook

License

License: MIT