How to integrate Matlab model in an app designed in android studio?
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Can we design matlab model in android studio?
For example: The user interface is designed in android studio and we want to add the gender detection by face model of matlab to be working through android studio.
Working would be like ths:
We will be capturing photo from android app built in adnroid Studio and the functioning of matlab will tell if the gender is either male or female. How can i perform this? Please reply as soon as possible.
0 commentaires
Réponses (2)
Sutanu Maiti
le 12 Mai 2021
You can do image processing, Video processing, Audio processing, machine learning all from Simulink (without writing single lines of code in Android Studio). And that Simulink model will run as a stand alone application on your phone.
You may follow the below page to get an idea about Simulink Support package for Android Devices:
(please watch the video on that page)
Also you may refer these application examples from the same support package:
OpenCV:
Deep Learning:
Machine LEarning:
0 commentaires
Andrea Daou
le 20 Oct 2021
Modifié(e) : Andrea Daou
le 20 Oct 2021
Hello,
Are you working with CNN deep learning image classification models? If yes, you can convert your trained MATLAB CNN model which is a .mat file to .onnx model using https://fr.mathworks.com/matlabcentral/fileexchange/67296-deep-learning-toolbox-converter-for-onnx-model-format, more specifically exportONNXNetwork(net,filename).
Then you can convert your .onnx model to a model compatible with your Android Studio application.
Hope this can help you.
1 commentaire
Rimsha Muzaffar
le 18 Oct 2022
but how to convert convert .onnx model to a model compatible with your Android Studio application.
kindly tell me in detail.
Voir également
Catégories
En savoir plus sur Setup and Configuration 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!