Create Tensorflow models and train them fast and easy


License
MIT
Install
pip install quicklearning==0.0.39

Documentation

quicklearning

Instalation

To install run the following:

pip install quicklearning

automodel usage

First import

from quicklearning.classification.image import quick

then 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.