Learn practical skills, build real-world projects, and advance your career
# Jovian Commit Essentials
# Please retain and execute this cell without modifying the contents for `jovian.commit` to work
!pip install jovian --upgrade -q
import jovian
jovian.utils.colab.set_colab_file_id('1xZiq1eWlvEgcuqQhKVpiEDz-o86CeGNW')

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