MATLAB API for web

6 ビュー (過去 30 日間)
Anas coder
Anas coder 2022 年 9 月 26 日
コメント済み: Anas coder 2022 年 10 月 19 日
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

採用された回答

David Willingham
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 件のコメント
Anas coder
Anas coder 2022 年 10 月 19 日
Yes , that what im thinking about , thank you for sharing

サインインしてコメントする。

その他の回答 (1 件)

Midhulesh Vellanki
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
  1 件のコメント
Anas coder
Anas coder 2022 年 10 月 19 日
Thank you for sharing

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeSecurity についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by