Need help with integration of ML model in arduino

I am a 14 year old, and do not know a lot about arduino coding. For a waste segregation dustbin I want to edit my arduino code so that when it detects something on the camera it turns a servo motor a certain degrees i really need help for this ?

My project id is 344992

Hello @Star1005,

You can have a look at this project that could be inspiring for your project:

Best,

Louis

Will this work with arduino uno ??

Hello @Star1005,

Unfortunately Arduino is using an Atmega328 architecture (8 bits) which is too small to run tinyML models, especially for vision models. I’d start having a look at Cortex-M7 architecture to start getting decent performances. (Like the Arduino nicla vision or the portenta h7).

Best,

Louis

Is there any way i can use arduino uno