I published a machine leaning model I built in Firebase on to the cloud, but I am not sure how to access the model through the app inventor from the cloud. The reason I am publishing the ML model rather than downloading it is to be able to constantly update the model without releasing a new app version. Is it possible to access my model from firebase without downloading the model onto the app inventor?
I need to retrain my machine learning model every time I receive new data through my application. Using the personal image classifier, I must download the model. However, that does not allow me to retrain the model without downloading it again. Is it possible to avoid this by linking my machine learning model from Google Firebase?