Reputation: 47
I have build a text classifier using sckit-learn. I have to use it in a app that is android based, but main problem is how do I use that in app. One thing I know that I can host a server and get data by requests but it will slow down the working of it, please suggest me some better ways.
Upvotes: 1
Views: 85
Reputation: 4926
A possible workflow:
Upvotes: 1