Project code for Udacity's AI Programming with Python Nanodegree program. In this project, students first develop code for an image classifier built with PyTorch, then convert it into a command line application.
Student's Note:
The following files are those used for project submission
Image Classifier Project.ipynb
helper.py (Udacity file used by Image Classifier Project.ipynb file)
predict.py
train.py
utils.py
model_utils.py
image_utils.py