TensorFlow Lite With Platform.io and the ESP32

preview_player
Показать описание


Components:

---

Рекомендации по теме
Комментарии
Автор

Thanks for that, saved so much guessing time.

igorcosta
Автор

Thank you for the great video!
please can you make a video for extracting the tfmicro code for use in vscode

norahalbazzai
Автор

Amazing.. Thank you.. I suggest you add tfmicro library to platformio Libraries

bessembousselmi
Автор

I have this project reproduced perfectly on my ESP32-CAM module! What I notice is that the project is build with the Arduino framework, and using Arduino.h as a header file. The junyper output I see is brought over as just a populated array variable, and the library we use looks like it's made in mostly C, but I am having difficulties recreating this project in ESP-IDF and not Arduino.

I've retooled the random() function and included esp_random.h to facilitate that. I also added a app_main() to call the set up and while(1) the loop which allowed it to compile. I'm just not understanding any of the serial outputs. Any other suggestions as to how I can build this using the ESP native framework and not rely on Arduino's? Is this all I needed to do and I'm just needing to refine the serial prints?

werelwolf
Автор

This is really helpful, is there anything special that needs to be done with the github directory to run with platformio? It complains that it can not find "tensorflow...." files

warphion
Автор

You are doing a great job!
Does this also work with an esp8266?

OmaGertrude
Автор

One of the best videos regarding ML on esp32.I had a hardware related doubt. This ML model is run by just converting the model into equivalent C code which is run by the esp32 core. Are there mcu boards which have separate AL/ML engines so that the ML related work can be delegated to this hardware so that the main core can perform other functions. What are some example boards in the above mentioned category. Thanks in advance for the help

dhaneshprabhu
Автор

This is awesome, thanks for the video, your explanation made this is a have to try soon for me :)

TonyMamacos
Автор

Great video. Is it possible to use tensorflow lite trained model to for voice recognition in ESP32?

hasibal-ahmed
Автор

Hello Sir can u plzz help me how to make an robot for dry and wet waste segregation using AI. I have the trained and test dataset ready just want to know the procedure of how to implement it on hardware.

-AbhishekKhandekar
Автор

Can't get it working for esp32. And the tfmicro link is outdated.

rares-stefanilinoiu
Автор

Great video. I am wondering if we can use TF Lite Micro Library, which is written in C++, for some existing C project?

haoyuren
Автор

Hi, I'm wondering if something like an esp32 with a camera and Arduino has the capability of image detection for like a mask or identify a blob of undersampled pixels of a certain colour .... A lot of resources online says an Arduino doesn't have the memory or power to run these kinds of operations.... I'm just wondering if inexpensive ways I'm which I can get this basic level of colour recognition or image detection on my Arduino

MarkDC
Автор

THANKS FOR THE VIDEO. CAN HELP ME AS I AM GETTING SAME OUTPUT FOR EVERY VALUE?

raghavmaheshwari
Автор

thanks for your time in making this video. Im having an error "to_string is not a member of std". Gaston

gastonmelo
Автор

Hey atomic 14, Would you make an image classification example with TFLite on ESPCAM?

aisolutions
Автор

I've got a esp32 dev... But how to add mechine learning in it

roby
Автор

Thanks for the video, is posible to do the same but whit micropython?

miguelburgoslopez
Автор

how to convert tflite to C array on windows? thanks

trandanh_nietisland