Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 382 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 382 Bytes

seam-carving

Fun with seam carving after watching https://youtu.be/rpB6zQNsbQU by Greg Sanderson

Installing

Create environment and install

conda create -y -n seam-carving python==3.8.5
conda activate seam-carving
pip install -r requirements.txt
jupyter labextension install @jupyter-widgets/jupyterlab-manager
jupyter labextension install jupyter-matplotlib