Learn practical skills, build real-world projects, and advance your career
%reload_ext autoreload
%autoreload 2
%matplotlib inline
from fastai import *
from fastai.vision import *
from zipfile import ZipFile
with ZipFile('das.zip', 'r') as archive:
  archive.extractall('where/')
path="/content/where/das" 

fnames = get_image_files(path)