Skip to content

A flower image classifier, submitted as the final project for Facebook's PyTorch Udacity Scholarship Challenge

Notifications You must be signed in to change notification settings

aaakashkumar/Flower-Image-Classifier

Repository files navigation

Flower-Image-Classifier

The repository contains the code for an image classifier that identifies different species of flowers. The model was submitted as the final project for Facebook Udacity PyTorch Scholaship Challenge.

The Dataset

The data set contains images of flowers from 102 different species, split into a training set and a validation set. You can download the images from here as a zipped archive. Just uncompress it and you should be good to go.

Instructions for Google Colab

  1. Click here to open Google Colab
  2. Paste the notebook link under the Github tab, or alternatively, download the notebook and upload it to Colab.
  3. Enable GPU: Go to Edit -> Notebook settings and select GPU as the hardware accelarator.
  4. Run all the code cells

About

Initially, the model chosen was VGG19, which was later shifted to Resnet 152 for better accuracy. Hence, the two files, Image Classifier Project — VGG19.ipynb and Image Classifier Project — ResNet-152.ipynb.

Further details can be found in the notebook itself.

About

A flower image classifier, submitted as the final project for Facebook's PyTorch Udacity Scholarship Challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published