This project demonstrates the use of a scikit-learn model in an Android app using ONNX as a bridge between both the frameworks.
- Clone this repository and open the resulting project in Android Studio,
>> git clone https://github.com/shubham0204/Scikit_Learn_Android_Demo
-
Read the blog Deploying Scikit-Learn Models In Android Apps With ONNX to follow the procedure for your model. The code included in this blog is available as an Google Colab notebook.
-
Place your
.ort
model in theapp/src/main/res/raw
folder.