Desi Food Classifier Resnet50
# Execute to save new versions of the notebook
jovian.commit(project="desi-food-classifier-resnet50", environment=None)
[jovian] Detected Colab notebook...
[jovian] Please enter your API key ( from https://jovian.ai/ ):
API KEY: ··········
[jovian] Uploading colab notebook to Jovian...
Committed successfully! https://jovian.ai/rick101001/desi-food-classifier-resnet50
Introduction
The objective of our Modeling is to create an Image Classification model to predict what food it is, given the image of an Indian food. We'll be utilizing PyTorch Pretrained models for the Classification and Kaggle for the dataset.
Loading the Data
# installing kaggle API, split_folders
!pip install opendatasets --upgrade --quiet
!pip install split-folders --quiet
!pip install jovian --upgrade --quiet
Kunal Bhadra6 months ago