how to convert matlab ML model to an API service?

I already have a ML model trained in MATLAB and i want to convert this model into an API so that I can use this ML model in other apllications
built in some other technology stacks(Java,C# etc) to make predictions.
How do I do this?

2 Comments

MATLAB Compiler SDK perhaps ?
I haven't used it.. can you tell how do i integrate it?

Sign in to comment.

Answers (1)

Shadaab Siddiqie
Shadaab Siddiqie on 8 Oct 2020
Edited: Shadaab Siddiqie on 9 Oct 2020
Form my understanding you want to convert your ML model to an API in-order to run it in other stacks. You can use resource mentioned here.

Categories

Find more on MATLAB Compiler SDK in Help Center and File Exchange

Tags

Asked:

on 29 Sep 2020

Edited:

on 9 Oct 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!