/pytorch-challenge

An image classifier from scratch that will identify different species of flowers.

Primary LanguageJupyter NotebookMIT LicenseMIT

PyTorch Scholarship Challenge Nanodegree Program - Final Challenge Project

Description

An image classifier from scratch that will identify different species of flowers.

The Dataset

The data set contains images of flowers from 102 different species. We've provided a training set and a validation set. You can download the images from here as a zipped archive.

Code

You can access code as a Jupyter Notebook called Image Classifier Project. Define, which if model should be loaded or prepare new training.

Environment

Follow instructions from this guide.