+ 3
AI in android development
Hi, I want to learn to develop AI based Android applications, where can I learn to develop AI android app?
2 ответов
+ 4
You can use Tensorflow Lite.
You can make prediction in the base of data patterns, make recommendation by analyzing user behavior(YouTube algorithm) and so on.
-Setup tenserflow lite in Android
https://www.tensorflow.org/lite/guide/build_android
-Examples of Android machine learning (tenserflow)
https://blog.mindorks.com/android-tensorflow-machine-learning-example-ff0e9b2654cc
+ 2