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

TODO

  1. Pick a dataset
  2. Download the dataset.
  3. IMport the dataset using pyTorch
  4. Explore the dataset
  5. Prepare the dataset for training.

Download the satset

Using opendatsets and download the dataset from https://www.kaggle.com/alxmamaev/flowers-recognition.

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