Learn practical skills, build real-world projects, and advance your career
%reload_ext autoreload
%autoreload 2
%matplotlib inline
from fastai.vision import *
import os
import shutil
path = Path('data/quick-draw')
! unzip -q -n {path}/train_dat.zip -d {path}