A simple image classification test using Core ML and Inception V3 model
Note that the model is not included. Plese get it from Apple and add it to the project.
See Apple's machine learning site for more information
MobileNet models could be converted from Keras models using script. E.g., to get MobileNet 0.5/160,
python mobilenets.py --alpha 0.50 --image_size 160