MATLAB API for web
15 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Anas coder
le 26 Sep 2022
Commenté : Anas coder
le 19 Oct 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
0 commentaires
Réponse acceptée
David Willingham
le 27 Sep 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
Plus de réponses (1)
Midhulesh Vellanki
le 26 Sep 2022
Modifié(e) : Midhulesh Vellanki
le 26 Sep 2022
You could use Restful api. Checkout the documentation at: https://www.mathworks.com/help/mps/restfuljson/restful-api.html
Voir également
Catégories
En savoir plus sur MATLAB Web App Server dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!