-1

I'm using sklearn in python to build a classifier eventually to be used in an android application. How to transfer it from python to a way Android Studio can work with?

I've seen tflite implementations but nothing for sklearn. Alongside that there is also that sklearn doesn't allow me to save a model using MultinomialNB as it has no save function.

desertnaut
  • 57,590
  • 26
  • 140
  • 166

1 Answers1

0

The best way is to build android using kivymd(Python libraries). At this point you will use all the machine learning algorithms. With the help of kivymd, you can build an Android application with Python.

It is also possible to use Android Studio, but in this case its models are specific: example: Link