This script converts original image into black and white sketched image.
- opencv library
- scikit-image library
- pillow library
Install the following libraries through command line:
pip install opencv-python
pip install numpy
pip install scikit-image
pip install pillow
- Download or clone the repository
- Install required libraries
- Run Sketch.py
- Give the path of your image
- Your black and white sketched image will get displayed

