Skip to content

lx9182/butterfly-image-classification

Repository files navigation

Butterfly Image Classification

Training dataset: Kaggle - Butterfly Image Classification

Medium Blog: Butterfly Species, how much do you know?

In this notebook Butterfly_Image_Classification we will be doing following steps do build a CNN model to classify butterfly types:

  1. The Data
  2. Exploratory Data Analysis
  3. Image Preprocessing
  4. A basic CNN model
  5. Transfer Learning with VGG16

Install libraries:

pip install -r requirements.txt

Why do we do this project?

To explore Deep Learning skill to solve image classification problem by using CNN and also transfer learning.

Summary result

After training 60 epochs with basic CNN and pre-trained model VGG16, here is the result:

Training Result

Licensing, Authors, Data

All belong to Kaggle: Kaggle - Butterfly Image Classification

About

Computer Vision Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published