I have a baby cry detection tflite (tensorflow lite) file, which contains the model itself. How can I deploy this model to the MIMXRT1064-evk to run inference via MCUXpresso IDE. Can you suggest some tutorials and input dataset for baby cry detection?
Hi @Emin
Can you be more specific with what you want to do with the RT1064, please? For me too look for tutorials or documents that can help you.
Best Regards, Miguel.
yes, I m looking for the implementation of tensorflow lite on the MCUs. I have attached some example tutorials that I found about glow and cmsis-nn. Additionally, there is a lack of tutorials for implementing sound detection models on tensorflow lite in the MCUs since RT1064 is not the only one I have to do testing(I need to do same task on LPC55S69)
Thank you @Emin
This application note could help you, AN13065 Gender Voice Recognition with TensorFlow Lite Inference, please look into it.
Best Regards, Miguel.