> For the complete documentation index, see [llms.txt](https://nx.docs.scailable.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nx.docs.scailable.net/ai-manager-v6.1.4/ai-models-support/importing-models/from-teachable-machine.md).

# From Teachable Machine

## About Teachable Machine

<figure><img src="/files/XqGrvqAUhmYJqiM4nskm" alt="Teachable Machine logo" width="200"><figcaption></figcaption></figure>

[Teachable Machine](https://teachablemachine.withgoogle.com) is a web-based tool for creating machine learning models quickly, without specialized expertise.

## Model Deployment from Teachable Machine

Image classification models trained using Teachable Machine can be exported directly to AI Manager Cloud. The steps are:

1. First, start a [new standard image project in Teachable Machine](https://teachablemachine.withgoogle.com/train/image).
2. Follow the Teachable Machine instructions to train the image classification model. See the [Teachable Machine instructional videos](https://www.youtube.com/watch?v=DFBbSTvtpy4) for guidance.
3. After the model has been trained, click the **Export Model** button.
4. Select the **TensorFlow Lite** tab, and click **Download my model**.
5. After a few seconds of "Converting model," the `.zip` archive is available to download.
6. Upload the zip archive directly through the admin platform.

<figure><img src="/files/ByzvTq5UQOYn2a0LCfuG" alt="Teachable Machine training screen with the Export Model button highlighted"><figcaption><p>Step 3: click Export Model once training finishes</p></figcaption></figure>

<figure><img src="/files/W5jHFAaJZZlXrqHiNpRK" alt="Teachable Machine export dialog with the TensorFlow Lite tab selected and the Download my model button"><figcaption><p>Step 4: select the TensorFlow Lite tab and download the model</p></figcaption></figure>

<figure><img src="/files/kUSuzhRPm8sziTrMi6CA" alt="AI Manager Cloud upload dialog for a Teachable Machine zip archive"><figcaption><p>Step 6: upload the zip archive through the AI Manager Cloud admin platform</p></figcaption></figure>
