6

I have been trying to use machine learning inside an app.

Project Type
Project idea
Summary

I have been trying to use machine learning inside an app.

Description
Hello guys, I have been trying to use tensorflow inside a application to analyse users emotion. Only the problem is I don't know how to use ml inside an app.
Comments
  • 17
    Great project idea 👍
  • 3
    Cool cool
  • 1
    If somebody can just Colan with me and work, it will be great. Am just hitting brick wall here.
  • 5
    The 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.
  • 1
    Awesome, i am trying to add machine learning to my mi scale. help
  • 2
    Pro tip, train your brain with ML
  • 2
    <@Pepsi1x1>
    How does a report taste like?
  • 1
    @Pepsi1x1 Noob tip, buy a brain
  • 1
    I 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.
  • 0
    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.
  • 1
    @sathya741. What programming language are you using?
  • 0
    Django
  • 1
    @sathya741 I really am hoping you are joking...
  • 0
    @sathya741 django? wtf man??
  • 0
    Just kidding...I am double minded between using PHP or someother. Django, I use it for REST API.
  • 0
    Actually am open to any suggestions that you might have
  • 1
    @sathya741 They are mocking you because Django isn't a programming language. It's a framework for python.
  • 0
    I get that...
  • 2
    Sathya741 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.
  • 1
    Isn't tensorflow mobile/lite for exactly that purpose?
Add Comment