Issue
I am creating an app for school and I could use some Machine Learning in it. Although, the libraries I know that I could use to process and predict my data are all for Python.
Is there a way that I could get data from Flutter app, process it in a Python backend and return the output to the Flutter app?
Or is there an alternative I could use on Flutter? I already plan to use Firebase in the app, is there any kind of machine learning tool for data stored on Firebase?
Thanks.
Solution
You can use your python (scikit-learn) code neither in iOS nor in Android.
However, the Tensorflow is available for mobile.
Currently, you cannot use Tensorlfow directly in your Flutter application (with Dart), but you can use it in the native part of your mobile app and link it to your Flutter application using platform-channels
Hope it helps.
Answered By - Javid Noutash
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.