mirror of
https://github.com/metafy-social/python-scripts.git
synced 2025-04-15 17:17:36 +00:00
16 lines
263 B
Markdown
16 lines
263 B
Markdown
### Script to generate sketch
|
|
This is a simple python script which uses cv2 to generate sketch out of an image
|
|
|
|
|
|
[input image](demo.jpg)
|
|
[output image](sketch.png)
|
|
|
|
<br/>
|
|
|
|
#### Get started
|
|
|
|
`pip install -r requirements.txt`
|
|
|
|
#### Thats it!
|
|
|
|
`python img-sketch.py` |