how to convert matlab ML model to an API service?
Show older comments
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
Walter Roberson
on 29 Sep 2020
MATLAB Compiler SDK perhaps ?
shreya srivastav
on 29 Sep 2020
Answers (1)
Shadaab Siddiqie
on 8 Oct 2020
Edited: Shadaab Siddiqie
on 9 Oct 2020
0 votes
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
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!