+ 1
How do I integrate my Machine Learning model to an Android app?
I have trained my Machine Learning model on a dataset to classify E-mails as spam or ham. I wish to link it to build a UI as a Android app. What is the best way to achieve this? Thank you.
2 odpowiedzi
+ 3
Hi Infinity , I think this might be helpful.
https://www.sololearn.com/discuss/2574021/?ref=app
+ 1
The best is way is to integrate using a API.
For example your app is installed in mobile and your ML model is hosted on a server.
So may be you can call API when an email comes.