Hey there I have my python ML algorithm designed using SVM, I'm afraid that I may not use it to build my project in edge impulse as tensorflow is not able to convert the SVM design into format suitable to edge impulse

Can anyone help me how to convert my Python SVM model into suitable format for edge impulse

Hi @yogeshwar_t

Can you export to ONNX? If so have you read about importing models?
BYOM

Best

Eoin