Skip to content

JorgePoblete/quicklearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Create Tensorflow models and train them fast and easy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors