tensorflow lite micro examples repo
Posted: Tue Mar 07, 2023 12:30 pm
We just try to realize a project with an esp32-s3 platform to classify sound events. We are using the https://github.com/espressif/tflite-micro-esp-examples repo which working fine and compiles on idf master also using ai acceleration of the esp32-s3
However we need a framework for setting up and learning the cnn model and converting to tflite format. edge impulse generally is able to do this job but they do not support latest idf master (stuck on 4.4).
So the question is if anybody knows an alternative framework for this job. We know the way Ali has described here (https://blog.espressif.com/hand-gesture ... 6d7e13fd37) but it's a bit too sophisticated for guys like us not being data scientists.
Any suggestion is appreciated.
However we need a framework for setting up and learning the cnn model and converting to tflite format. edge impulse generally is able to do this job but they do not support latest idf master (stuck on 4.4).
So the question is if anybody knows an alternative framework for this job. We know the way Ali has described here (https://blog.espressif.com/hand-gesture ... 6d7e13fd37) but it's a bit too sophisticated for guys like us not being data scientists.
Any suggestion is appreciated.