Hi there
I plan to build a machine learning project with Tesnsorflow lite and Arduino for The TensorFlow Microcontroller Challenge
and I have a question, it is possible to implement a tflite model on Arduino UNO or not?
and if you give me an example I will be thankful
3 Likes
Hey Kareem!
Check this session during #GoogleIO .
Building with TensorFlow Lite for microcontrollers
This may help you.
Thanks.
1 Like
Also, I don’t think it is supported to Arduino Uno as it is mentioned to use Arduino BLE in the Arduino Documentation.
Check here
2 Likes
Hi @saswatsamal
yes I think it is impossible, all videos including GoogleIO video use TinyML machine learning kit
2 Likes
It actually depends on the hardware and since Uno lack those therefore you need to use the BLE.
1 Like
Yes you are right, I will puy BLE when I can
2 Likes
If you want to run ML Models on Arduino Uno, then you can use TensorFlowJS.
Read their docs, and search for Tiny Sorter, you’ll understand.
1 Like
Hi @saswatsamal
Just for clarifying, I’d rather say ML Model runs on the PC and interacts with the Arduino Uno board.
Without a PC it wouldn’t work.
Am I right?