mbernico / snape

Snape is a convenient artificial dataset generator that wraps sklearn's make_classification and make_regression and then adds in 'realism' features such as complex formating, varying scales, categorical variables, and missing values.
Apache License 2.0
165 stars 21 forks source link

image dataset generation #3

Open mbernico opened 7 years ago

mbernico commented 7 years ago

Create a script that will use something like google image search to query images of N things, such that the dataset could be used for computer vision classification tasks.

slizb commented 7 years ago

I've begun working on this. Starting with curated image sets -imagenet & open images. Then, will explore google image search.

mbernico commented 7 years ago

@slizb - It looks like you have some todos or maybe future improvements you'd like to do. Leave it open?

slizb commented 7 years ago

I do have a handful of improvements in mind and I expect to incorporate them. If you'd prefer future improvements in their own issues, then we can close. Either way works for me.

mbernico commented 7 years ago

Lets just leave it open.