필터 지우기
필터 지우기

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 CenterFile Exchange에서 Security에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by