Technical requirements
You will need Python 3x with the following libraries:
from keras.preprocessing.image import load_img from keras.preprocessing.image import img_to_array import matplotlib.pyplot as plt import keras import numpy as np from keras.preprocessing.image import ImageDataGenerator from keras.models import model_from_json from keras.models import load_model import numpy as np import cv2 from PIL import Image import json from pprint import pprint
For the TensorFlow classifier you will need this:
from __future__ import absolute_import from __future__ import division from __future__ import print_function
#argparse is a Python command-line parsing module import argparse import os import sys
Programs from GitHub can be found here:
Check out the following video...