Skip to content

Instantly share code, notes, and snippets.

@frogermcs
Created June 4, 2019 20:37
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 frogermcs/70bdf5a17480a7d7152d5e6545fd9a0a to your computer and use it in GitHub Desktop.
Save frogermcs/70bdf5a17480a7d7152d5e6545fd9a0a to your computer and use it in GitHub Desktop.
%matplotlib inline #will be useful for images preview
from matplotlib.pyplot import imshow
import tensorflow as tf
import coremltools
#For easier images processing
import numpy as np
import PIL
import requests
from io import BytesIO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment