Hello everyone!
I am trying to make some human activity recognition app for the Hexiwear device, using mbed-cli and Tensorflow micro.
I already developed the neural network using Keras, now the last step would be to import the Tensorflow micro libraries into my mbed project. I saw that, on the GitHub Page of Tensorflow micro, they use another board and I am not sure on how to import these libraries. I can not find any guide or tutorial.
Did anyone try to use Tensorflow micro with mbed using a device that is different from the one proposed by the Tensorflow team?
What are the steps that I need to take in order to import Tensorflow into my project?
Thank you very much.