This was the second project in the Introduction to Machine Learning with TensorFlow Nanodegree Program from Udacity. In this project, I'll work through a Jupyter notebook first to implement an image classifier with TensorFlow to recognize different species of flowers, then it will be converted into a command line application.
Python 3.7.7 - Libraries: TensorFlow v2.0.0, NumPy, Matplotlib, json, PIL, and glob.
tensorflow_datasets was used to load the Oxford Flowers 102 dataset. This dataset has 3 splits: 'train', 'test', and 'validation'.
10/11/2020.