Image classification
This is an AI application used python langauge to train machine, and predict flower images with associated name.
This project completed under the guideline of udacity AI-Programming python. The jupyternote book apply the model of vgg16 to train the machine.
model_f.py is the implementation of the entire model used in the jupyter notebook.
train.py is the implementation with command lines to train the model.
predit.py is the implementation with command lines to predict the flower.