shubham0204 / Scikit_Learn_Android_Demo

An Android app that runs a scikit-learn model converted to the ONNX format

Home Page:https://towardsdatascience.com/deploying-scikit-learn-models-in-android-apps-with-onnx-b3adabe16bab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using scikit-learn Models In Android Applications

This project demonstrates the use of a scikit-learn model in an Android app using ONNX as a bridge between both the frameworks.

Demo of the app

Getting Started

  1. Clone this repository and open the resulting project in Android Studio,
>> git clone https://github.com/shubham0204/Scikit_Learn_Android_Demo
  1. 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.

  2. Place your .ort model in the app/src/main/res/raw folder.