From Teachable Machine

Teachable Machine is a web-based tool that makes creating machine learning models fast, easy, and accessible to everyone.
We currently support super easy exports from image classification models trained using Teachable Machine to Scailable. The steps are:
- 1.
- 2.Next, follow the Teachable machine instructions to train your image classification model. You can find useful instruction video's here.
- 3.After the model has been trained Click the "Export Model" button (see image).
- 4.Select the TensorFlow lite tab, and click Download my model.
- 5.After few second "Converting model", you will be able to download a
.zip
archive (by default calledconverted_tflite.zip
. Unpack the zip archive to inspect its contents. - 6.The upacked
.zip
contains two files, one of them is by default calledmodel_unuant.tflite
(but in any case look for the.tflite
file in the folder). Upload this folder in our tflite2onnx utility. - 7.Once done (it takes a few seconds) you will automatically download a file that is by default called
converted.onnx
. It is easy to check that this file adheres to all of the ONNX requirements that we impose and can directly be imported to the Scailable platform.
Last modified 2mo ago