Skip to content

Instantly share code, notes, and snippets.

@cobanov
Created February 14, 2019 10:05
Show Gist options
  • Save cobanov/c3e10427db49cf8f2f730b830c9a5dea to your computer and use it in GitHub Desktop.
Save cobanov/c3e10427db49cf8f2f730b830c9a5dea to your computer and use it in GitHub Desktop.
from keras.applications.vgg16 import VGG16
from keras.preprocessing import image
from keras.applications.vgg16 import preprocess_input, decode_predictions
import numpy as np
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment