Skip to content

Instantly share code, notes, and snippets.

@callmemaze
Created September 15, 2022 10:05
Show Gist options
  • Save callmemaze/49d0fb6c2f76dcec37cfd365399e942f to your computer and use it in GitHub Desktop.
Save callmemaze/49d0fb6c2f76dcec37cfd365399e942f to your computer and use it in GitHub Desktop.
#Import modules
import numpy as np
from keras.preprocessing import image
from keras.applications import vgg16
import matplotlib.pyplot as plt
from pathlib import Path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment