Hi all,
I have an android application on flutter that stores data in a database. I want to run my model from Jupyter notebook on the data available in that database, so that everytime a new data is added into the android application, it predicts an output according to the training data and that output is displayed on the android application. Can anybody help me in the execution of the same?