Using google cloud ml with Android app

后端 未结 2 1320
小蘑菇
小蘑菇 2021-01-24 22:09

I am studying this example on google cloud ml : link. I want to know how I can connect my Android app to this so that I can send in a data value and receive the prediction back

2条回答
  •  不要未来只要你来
    2021-01-24 22:32

    Training your model using the google cloud will be much faster compared to your model training on a laptop(CPU), thus saves lot of time.But you should be able to upload a trained model to the cloud and leverage it by calling it from the Android App.

提交回复
热议问题