My attempt to set up a stippling procedure in Python. Inspired (and built on top of) by https://github.com/ReScience-Archives/Rougier-2017
Built using skimage
, scikit-learn
and streamlit
.
streamlit run streamlit_stipple.py
will launch an interactive Streamlit webinterface, where you can explore stippling
with various parameters.
streamlit
for running the webappaltair
for visualizationimageio
,scikit-image
for image workscikit-learn
for color space quantizationtqdm
for progress barsnumba
for some speedups- others are same as in the
Rougier-2017