I'm creating an android application that I want to run sentiment analysis. I have a good chunk of python code that does exactly the analysis I need it to, I just need to find a way to integrate this, or use it from, Android studio.
So, in lamens terms, I have an Android studio UI that I want to run python code... Possible?
I have looked at integrating Java machine learning libraries but the Python code is really the best thing I have at the moment. I have absolutely no experience with APIs, is that an option? Is there a way to run this python code on a server and add code in Android Studio to place calls to it. This is where my research seems to be leading.
If you could point me in the right direction that would be a great help. I don't want to ditch the python and use Java ML libraries if I don't have to.