2

I want to make an app which is purely based on AI-based functionality, and I'd like to use some python libraries for that (looking mostly at natural language processing and deep learning). Now, I know there are tools (kivy, NDK) to I can use to develop the app entirely in python, but I really want to develop the app using JAVA.

How can I make an android app with JAVA, while still using some python libraries?

NightShadeQueen
  • 3,284
  • 3
  • 24
  • 37
Zulqurnain Jutt
  • 298
  • 3
  • 20

1 Answers1

0

As a general approach, you could use Android Studio, which employs Java and XML files, to build your app, and tie that app to python-powered RESTful web services on a back end. Eve is an open-source Python REST API framework which would allow for this.