Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 435 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 435 Bytes

Project: Flower Image Classifier

This project is part of the Udacity's AI Programming with Python Nanodegree program. The goal is to create an image classifier to identify flowers. The project consists of 2 parts:

Implementation of training and prediction in Jupyter notebook Porting the code from Jupyter notebook to 2 separate scripts: to train a network model and to classify an image based on an existing trained network model.