Fun with seam carving after watching https://youtu.be/rpB6zQNsbQU by Greg Sanderson
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