Closed kkmcgg closed 3 years ago
Otherwise, we're going to have to train a new model every time we call the library!
An good example of this can be seen here using the python pickle library https://machinelearningmastery.com/save-load-machine-learning-models-python-scikit-learn/
saveModel() and loadModel() have been added to core.py
https://github.com/NSCC-COGS/Aestheta/blob/0fe6e4f6cedaab8b7edb9382ec275fe30f3f056d/Library/core.py#L63