MIssing File while installing the C++ library

Hi,
as per the edge Impulse documentation I tried to install the C++ library as zip file and it included the the format must be after installing would be :
my-motion/
|-- edge-impulse-sdk/
|-- model-parameters/
|-- tflite-model/
|-- CMakeLists.txt
|-- Makefile
|-- main.cpp
But after installong the zip file I am unable to get the main.cpp file. Please help me with this issue

Hi @anoops,

What do you mean that you were “unable to get the main.cpp?” main.cpp does no come with the C++ library when you download it from Edge Impulse. You need to create it yourself, as it is that main part of your application.

What documentation are you following? Can you share your Edge Impulse project ID?