Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.02 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.02 KB

FreshVision with EfficientNet

tomatoo

FreshVision is a machine learning model to classify freshness for fruits and vegetables. This model is built using EfficientNet. EfficientNet is an image classification model family thas has been trained on more than a million images from the ImageNet database.

Models library

  • EfficientNetB0 docs
  • EfficientNetB2 docs

Prerequisites

  • Python 3
    • torch 2.4.0
    • torchvision 0.19.0
    • tqdm
    • tensorboard

References