To install run the following:
pip install quicklearningFirst import
from quicklearning.classification.image import quickthen run something like
model = quick.fit(10, ['cat', 'dog'], verbose=True)This will create a dataset of images from the image search results from DuckDuckGo, then create a new model based on a pretained model and lastly it will do the actual training of the model.