Production model.
import joblib model = joblib.load('model.joblib') predictions = model.predict(images)
-