Python open-source library to convert color/ B&W image to pencil sketch
Author: Asif Ahmed Neloy
pip install ImagetoSketch==0.1.3
#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')
For details see this notebook