How to integrate Matlab model in an app designed in android studio?

5 visualizaciones (últimos 30 días)
Muneeb Tahir
Muneeb Tahir el 21 de Abr. de 2021
Comentada: Rimsha Muzaffar el 18 de Oct. de 2022
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.

Respuestas (2)

Sutanu Maiti
Sutanu Maiti el 12 de Mayo de 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:

Andrea Daou
Andrea Daou el 20 de Oct. de 2021
Editada: Andrea Daou el 20 de Oct. de 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 comentario
Rimsha Muzaffar
Rimsha Muzaffar el 18 de Oct. de 2022
but how to convert convert .onnx model to a model compatible with your Android Studio application.
kindly tell me in detail.

Iniciar sesión para comentar.

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by