Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 536 Bytes

File metadata and controls

14 lines (12 loc) · 536 Bytes

Fresh vs Rotten Fruits Classification

The dataset comes from Kaggle
There are 6 categories of fruits: fresh apples, fresh oranges, fresh bananas, rotten apples, rotten oranges, and rotten bananas.

Steps:

  • load the pretrained model inception V3
  • Add our new layers
  • Augment the data
  • Freeze and fit the model
  • Unfreeze and retrain the model
  • Evaluate the model
  • Make a pipline for easy use to predict the category by the image path