googlecreativelab / teachablemachine-community

Example code snippets and machine learning code for Teachable Machine
https://g.co/teachablemachine
Apache License 2.0
1.47k stars 649 forks source link

Unable to Compile Zip File for Arduino Nano #376

Open tmdoi opened 2 months ago

tmdoi commented 2 months ago

Hello,

I have been following your tutorial below to learn about running Teachable Machine on Arduino Nano.

https://github.com/googlecreativelab/teachablemachine-community/blob/master/snippets/markdown/tiny_image/GettingStarted.md

Under the section "install the Arduino_TensorFlowLite library," I could not find the library, so I obtained and installed it from the following site:

https://github.com/tensorflow/tflite-micro-arduino-examples

Apart from that, the process went smoothly, and I was able to capture images with the Arduino Nano + OV767 camera and download the zip file for Arduino from the TM [Uploading converted_tinyml.zip…]() site.

However, when I tried to compile the downloaded ino file, I encountered the following errors and could not implement it. I have attached the downloaded zip file as well.

Could you provide any information that might help?

Thank you very much.