Views
No views yet
1import joblib 2model = joblib.load('model.joblib') 3predictions = model.predict(images)