How do I integrate my Machine Learning model to an Android app? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

8th Dec 2020, 7:43 AM
Infinity
Infinity - avatar
2 Answers
+ 3
9th Dec 2020, 1:45 AM
0_O-[Mägár_Sám_Äkà_Nüllpøïntêr_Èxëcéptïön]~~
0_O-[Mägár_Sám_Äkà_Nüllpøïntêr_Èxëcéptïön]~~ - avatar
+ 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.
8th Dec 2020, 5:56 PM
Ddhruv
Ddhruv - avatar