Model factory Class that creates models by looking up the name of a model in the models directory
@author: Mathieu Doucet / UTK @contact: mathieu.doucet@nist.gov
Class to create available models
Returns a list of all available models @return: python list object
Returns the model if found @param name: name of the model to look for @return: the model object