Learn practical skills, build real-world projects, and advance your career

😮 Image Classification: recognizing 37 breeds of cats and dogs

alt

Installing and importing all the necessities:

!pip install -Uqq fastbook
import fastbook
fastbook.setup_book()
from fastbook import *
from fastai.vision.all import *
torch.cuda.is_available()
True
path = untar_data(URLs.PETS)
Path.BASE_PATH = path