IBM / db2-samples

Db2 application code, configuration samples, and other examples
https://www.ibm.com/analytics/developing-with-db2
Apache License 2.0
85 stars 86 forks source link

Adding sample of REST Service on ML Model in Db2 #61

Closed db2Dean closed 1 year ago

db2Dean commented 1 year ago

Signed-off-by: Dean Compher db2dean@Deans-MacBook-Pro.local Adding three notebooks that show examples of creating REST services on the Db2 UDFs that invoke the machine learning model created in the "In_Db2_Machine_Learning/Deploying External Models with Python UDF" directory of the repository. This would allow applications to call the models hosted in Db2 without using SQL or needing a Db2 driver. I'm also updating the README for the directory to describe how to use the notebooks.