This notebook is intended to be supplemental to the Picture Perfect: Viewing Images with Snowpark for Python article on Medium.
Clone the repo. If you're using macOS or Linux, execute the following commands:
python3.8 -m venv venv
source venv/bin/activate
pip install -r Image\ Viewing\ with\ Pillow/requirements.txt
First, we will create a dedicated database and a few schemas to keep our data organized within the database.