# From Teachable Machine

## About Teachable Machine

![](/files/XqGrvqAUhmYJqiM4nskm)

[Teachable Machine](https://teachablemachine.withgoogle.com) is a web-based tool that makes creating machine learning models fast, easy, and accessible to everyone.

## Model deployment from Teachable Machine

We currently support super easy exports from image classification models trained using Teachable Machine to Nx AI Platform. The steps are:

1. First, start a [new standard image project in Teachable Machine](https://teachablemachine.withgoogle.com/train/image).
2. Next, follow the Teachable machine instructions to train your image classification model. You can find useful instruction video's [here](https://www.youtube.com/watch?v=DFBbSTvtpy4).
3. After the model has been trained Click the "Export Model" button (see image).\
   ![](/files/JduB2JOYZcghGwDZIZ13)
4. Select the TensorFlow lite tab, and click Download my model.\
   \
   ![](/files/OWYSk55XuOizIFYLjE4z)
5. After few seconds "Converting model", you will be able to download a `.zip` archive&#x20;
6. Upload the zip archive directly through the admin platform.\
   \
   ![](/files/4icJ6Qi7Hp0R71TmecF1)\ <br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://nx.docs.scailable.net/ai-models-support/importing-models/from-teachable-machine.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
