Artificial Intelligence in Your App #57
Tensor flow LITE
Tensor flow LITE is a Google’s Ai
framework for mobile devices. You can use it for on devices machine learning.
Pros & Cons of Tensor flow LITE:
+ No network connection required
+ Data stays on the devices, ensures privacy
+ Little power consumption, since no connection needed
~ Mobile processing power is limit
Fire Base ML Kit
Google’s cloud solution to implement AI in your app.
Pros & Cons Fire base ML Kit:
+ Super simple to implement
+ The cloud provides good processing power
+ No need to be an AI expert
~ Services start to cost after 1000 users
Python Backend
Python is the languages for ML. you cloud as well implement a
python backend and let your app interact with it via an API.
Pros & Cons of Python Backend:
+ You have the full control
+ Low cost after implementation
+ You are free in choosing an ML framework (Tensor flow,
pytorch, Etc.)
~ Pros $ Cons of Python Backend
~ Takes a lot of effort to implementing
Comments
Post a Comment
Thanks you
for comment and your suggestion