FlowerSpeciesPredictor

Predict flower species from image. The model uses Deep Learning developed in PyTorch.

View the Project on GitHub dennymarcels/FlowerSpeciesPredictor

FlowerSpeciesPredictor

This project was proposed as the final assessment in the PyTorch Scholarship Challenge Nanodegree Program. It is implemented in the PyTorch environment.

In this project, I will train an image classifier to recognize different species of flowers, then generate and save the corresponding model, and further use it to predict flower species from an independent flower image. The model will use a dataset of 102 flower categories for training, reference in the IPython Notebook file.

The project is broken down into multiple steps: