{ "cells": [ { "cell_type": "markdown", "id": "498b754e", "metadata": {}, "source": [ "# Gather images and upload them for labs\n", "----\n", "\n", "This notebook creates an S3 bucket and loads the bucket with synthetically generated images of faces. The bucket and the images will be used in the subsequent modules. \n", "\n", "1. Create a S3 bucket, you'll need to provide a name.\n", "2. Upload contents of media directory to the S3 bucket. \n", "\n", "#### Install python dependencies if necessary" ] }, { "cell_type": "code", "execution_count": null, "id": "02a0b095", "metadata": {}, "outputs": [], "source": [ "!pip install boto3 matplotlib opencv-python openpyxl pandas sklearn scikit-image" ] }, { "cell_type": "markdown", "id": "cb30d25b", "metadata": {}, "source": [ "#### Import Libraries & Specify a S3 bucket name\n", "\n", "Update the name of the bucket you want created on your behalf. This bucket will be used in subsequent modules and will be loaded with the synthetically generated images. \n", "\n", "