Learn practical skills, build real-world projects, and advance your career

Classification of Food-101 datasets

As the name says Food-101 has 101 numbers of classes.

Let's have a quick overview of the dataset:

  • No. of food categories (classes): 101
  • Total no. of images: 101,000 (1000 images/class)
  • Training images/class: 750
  • Test images/class: 250
  • Rescaled Image size (maximum): (512x512) pixels

N.B: The training images were not cleaned i.e. contain some amount of noise (like intense colors or wrong labels)

Imports

!pip install jovian -q
%load_ext autoreload
%autoreload 2
%matplotlib inline