Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 564 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 564 Bytes

Deep Learning - Image Classifier

In this project, an image classifier will be trained to recognize different species of flowers. Also, the project will be converted to a command line Python Application as well.

The final results (top 5 probabilities) are displayed as follow:

Test Image 1

Algorithms used in the project

Pytorch's Very Deep Convolutional Networks for Large-Scale Image Recognition (VGG16) are used in this project.

Pre-Installation

Python 3.x , Jupyter Notebook, PyTorch, NumPy, Pandas, SciPy, matplotlib, seaborn.