Borrar filtros
Borrar filtros

MATLAB API for web

6 visualizaciones (últimos 30 días)
Anas coder
Anas coder el 26 de Sept. de 2022
Comentada: Anas coder el 19 de Oct. de 2022
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

Respuesta aceptada

David Willingham
David Willingham el 27 de Sept. de 2022
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 comentario
Anas coder
Anas coder el 19 de Oct. de 2022
Yes , that what im thinking about , thank you for sharing

Iniciar sesión para comentar.

Más respuestas (1)

Midhulesh Vellanki
Midhulesh Vellanki el 26 de Sept. de 2022
Editada: Midhulesh Vellanki el 26 de Sept. de 2022
You could use Restful api. Checkout the documentation at: https://www.mathworks.com/help/mps/restfuljson/restful-api.html
  1 comentario
Anas coder
Anas coder el 19 de Oct. de 2022
Thank you for sharing

Iniciar sesión para comentar.

Categorías

Más información sobre Security en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by