top of page

Image Gathering
Basic Usages
-
Web scrapes image websites
-
Gathers photos and downloads them to folder
Scraping
The actual process of scraping/gathering images is automated so a user just has to specify a dataset and the framework will do all of the heavy lifting.
All the user has to do is import the file Dataset_Creator.py and use the build method. This will create a directory filled with labelled images of the users specification.

Ex.
Creation of singular dataset

Ex.
Creation of multiple datasets at once

bottom of page