MATLAB API for web
15 次查看(过去 30 天)
显示 更早的评论
Hi |
I'm looking to integrate my web app to MATLAB , beacuse im using MATLAB as server of Deep learning model
The user will put the input through my website , then the inputs will be send to the MATLAB to perfurme the opeartion on the inputs
Could i do that using API ?
thank you
0 个评论
采纳的回答
David Willingham
2022-9-27
You may not need to have MATLAB act as a server. For example, you could deploy the model you want as a microservice, which you could then call from any web application.
This example shows how to do this: Deploy Object Detection Model as Microservice
更多回答(1 个)
Midhulesh Vellanki
2022-9-26
编辑:Midhulesh Vellanki
2022-9-26
You could use Restful api. Checkout the documentation at: https://www.mathworks.com/help/mps/restfuljson/restful-api.html
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 MATLAB Web App Server 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!