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

Create own dataset from Google Images

from fastai.vision import *
from fastai.widgets import *

Create directory and upload url files into your server

folder='chimpanzee'
file = 'urls_chimpanzee.csv'
folder = 'gorilla'
file = 'urls_gorilla.csv'