tensorflow-micropython-examples
tensorflow-micropython-examples copied to clipboard
A custom micropython firmware integrating tensorflow lite for microcontrollers and ulab to implement the tensorflow micro examples.
Hi, mocleiri. After I successfully completed the image classification based on edge impulse and tensorflow-micropython-examples, I began to try the audio classification based on edge impulse. At the beginning, my...
For implementing person detection we got a change made in upstream micropython so that building the firmware using the **SPIRAM_USE_MALLOC=y** sdk config enables a sharing PSRAM mode where 1/2 of...
I found out that esp32-s3 will have improved hardware support for some dsp functions. But that espressif also have an esp-dsp module that also provides improved/optimized code for regular esp32...
Something is not working with what I merged for #28. When I flash esp32 now there are repeated LoadProhibited errors and restarts. I was able to control-c and see this...
https://github.com/micropython/micropython/pull/8219 was merged and the micropython-camera-driver upstream added a new option where by you can configure the location of the camera framebuffer to be in regular RAM or PSRAM. ```...
I know from some user reports that the firmware as-is can be used to run tflite models trained by edge impulse. The purpose of this issue is to investigate what...
Implement the Magic Wand example: https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/micro/examples/magic_wand/README.md We may need to retrain: https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/micro/examples/magic_wand/train/README.md
Hi, I am very interested in your project and just want to answer to your README. Is it possible to add an build for the nucleo F446RE Board? Greetings
I saw that the new unix build has been merged into main. I tried it and was successful. Now I am trying to understand the micro-speech example. Since you have...
The number of boards to build is pretty large now and its slowing down iteration.