Android Studio with AI model integration

1 week ago 19
ARTICLE AD BOX

I'm trying to build a two tier Android application in Android studio that allow to receive inputs from user and display the result in percentage after being process in AI model (it's trained model Random Forest one for getting all inputs and other for specific set of inputs).

Unfortunately, the process of connecting the AI model to the Application it's unclear and it cause the whole project to crash. The only connection process that i know is after adding it to very own folder "assets" it has then adjust the gredle and sync it which later the crash happens.

Can you please provide a clear or an easier way to connect it and run the application perfectly?

Read Entire Article