Skip to content

Instantly share code, notes, and snippets.

@callmemaze
Created September 13, 2022 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save callmemaze/3baef5f752bc78c0a83139888b3ae1e5 to your computer and use it in GitHub Desktop.
Save callmemaze/3baef5f752bc78c0a83139888b3ae1e5 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"#Import modules\n",
"import numpy as np\n",
"from keras.preprocessing import image\n",
"from keras.applications import vgg16\n",
"import matplotlib.pyplot as plt\n",
"from pathlib import Path"
]
}
],
"metadata": {
"language_info": {
"name": "python"
},
"orig_nbformat": 4
},
"nbformat": 4,
"nbformat_minor": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment