Fully functioning image classifier.
Flowers folder however is missing to train with. However can be trained on any dataset.
Simply tweak the cat-to-name.json and the training data.(For which there are only two of the original 102 files present)
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.