Skip to content

Files

Latest commit

 

History

History

Image Viewing with Pillow

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Image Viewing with Pillow

This notebook is intended to be supplemental to the Picture Perfect: Viewing Images with Snowpark for Python article on Medium.

Setting it up.

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

Preparing the Environment

First, we will create a dedicated database and a few schemas to keep our data organized within the database.