May 2018
Beginner
490 pages
13h 16m
English
You will need Python 3x with the following libraries:
from keras.preprocessing.image import load_imgfrom keras.preprocessing.image import img_to_arrayimport matplotlib.pyplot as pltimport kerasimport numpy as npfrom keras.preprocessing.image import ImageDataGeneratorfrom keras.models import model_from_jsonfrom keras.models import load_modelimport numpy as npimport cv2from PIL import Imageimport jsonfrom pprint import pprint
For the TensorFlow classifier you will need this:
from __future__ import absolute_importfrom __future__ import divisionfrom __future__ import print_function
#argparse is a Python command-line parsing moduleimport argparseimport osimport sys
Programs from GitHub can be found here:
Read now
Unlock full access