Replies: 3 comments 2 replies
-
This is a great idea, @skye0402! Where would you suggest we start? |
Beta Was this translation helpful? Give feedback.
-
It would be great to have support to run ONNX model in a toit environment. Right now my code is in C which unpacks and run inferences using onnx model. If toit provides such a support for onnx then we will be able to take full advantage of the capabilities provided by toit. |
Beta Was this translation helpful? Give feedback.
-
It would be nice to integrate with Edge Impulse also for collecting data. The easiest way would be through logging over serial, but a full integration via web sockets would be great. :-) |
Beta Was this translation helpful? Give feedback.
-
It would be great to have a library that supports ONNX or TFlite. TinyML is fast growing and companies like Edgeimpulse do likewise. On ESP32 you can use TFlite for microcontrollers or ONNX through WebAssembly.
Toit already provides the concepts needed to manage ML models on devices. Happy to work together with a use case.
Beta Was this translation helpful? Give feedback.
All reactions