Synopsis: Image classification with ResNet, ConvNeXt along with data augmentation techniques on the Food 101 dataset A quick walk-through on using CNN models for image classification and fine tune them for better accuracy. Dataset used: Food 101 Libraries used: pytorch, torchvision, cudatoolkit, tensorboard Preprocessing…