cancel
Showing results for 
Search instead for 
Did you mean: 

How to consume Python ML in UI5 app?

0 Kudos

I have created a python Machine learning model using scikit learn and keras library.

I want to consume that ML model in my UI5 app. How can I do that?

Accepted Solutions (1)

Accepted Solutions (1)

brian_keenan
Contributor
0 Kudos

to consume with UI5 you will need to create some REST API using something like flask

https://blog.keras.io/building-a-simple-keras-deep-learning-rest-api.html

Answers (0)