Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
If somebody can just Colan with me and work, it will be great. Am just hitting brick wall here.
-
BigBoo23206yThe way you do it inside an app is either:
Implement ML on a server and use it as a backend service
or
Train a ML algo using tensor flow on a computer and use Tensor flow lite inside the application using the trained algorithm. -
sugoi6806yI have been trying to do the same. Froze my model and added the obtained pb file to the asset folder in android. But not able to use it.
-
One more guys. How to create a user side server. I mean if a user logins , facebook show only his data in the same website. This varies for different users right. How can I create something like this.
-
Just kidding...I am double minded between using PHP or someother. Django, I use it for REST API.
-
BigBoo23206y@sathya741 They are mocking you because Django isn't a programming language. It's a framework for python.
-
PJesus2626ySathya741 if you using a model in cloud it's easy. Just deploy your model in cloud service, like azure,aws,etc. And call the service using RESTApi.
Now, if you want to do this offline you need to compile your model e put into your app. I'm a Xamarin developer so i have this reference: https://blog.xamarin.com/android-ap...
I hope this helps you.
I have been trying to use machine learning inside an app.
I have been trying to use machine learning inside an app.