Hi, I want to deploy my machine learning model made using python in jupyter notebook, I have saved model using python pickle, and final model is saved as model.pkl
Now, I want to use this model in nodeRed which is hosted on IBM Cloud. Can anyone tell how to use this trained model in nodeRed and make predictions. I don't want to use IBM Machine Learning service as this provides only 5000 predictions with lite account?