guild icon
Toit
#Machine Learning model on ESP32
Thread channel in help
Shadi
Shadi 06/03/2024 10:05 AM
Hello ,
I developed the anomaly detection model that uses Support Vector Machine (SVM). Is there any way that I can deploy my ML model as a Toit service on ESP32 that I can do anomaly detection task locally on device?
floitsch
floitsch 06/04/2024 04:25 PM
I would use the C interface.
Then you just need to link a C library for the AI and then communicate with it.
https://docs.toit.io/tutorials/misc/c-service
floitschfloitsch
I would use the C interface. Then you just need to link a C library for the AI and then communicate with it. https://docs.toit.io/tutorials/misc/c-service
Shadi
Shadi 06/05/2024 04:50 PM
Thanks
3 messages in total