Learn practical skills, build real-world projects, and advance your career
!pip install jovian --upgrade --quiet

###Image classification
Image scene classsification of natural scenes around the world.This Data contains around 25k images of size 150x150 distributed under 6 categories.{'buildings' -> 0,
'forest' -> 1,
'glacier' -> 2,
'mountain' -> 3,
'sea' -> 4,
'street' -> 5 }

##Downloading
Downloading the data set using 'opendatasets' and download https://www.kaggle.com/puneet6060/intel-image-classification

pip install opendatasets --upgrade --quiet
import opendatasets as od