Python and Expo integration

Hi,

I am looking for a solution where I can showcase my machine learning models written in python to work on Android and IOS. I found expo could help me in this.

So I wanted to know how I can integrate my python codes with your expo environment to generate mobile applications.

Sorry, if I sound novice, but your answer will help me a lot.

Well you can’t run Python on the mobile device, so you’ll have to have Python running on some server and expose the result via HTTP which then in your expo app you can get with the fetch function.