> For the complete documentation index, see [llms.txt](https://guide.petoi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.petoi.com/extensible-modules/petoi-ai-vision-module/custom-petoi-vision-model/steps-on-how-to-get-started/step-3-deploy-model-to-sensecraft.md).

# Step 3: Deploy model to SenseCraft

{% stepper %}
{% step %}

### Open the SenseCraft platform and enter your login credentials.

[![Logo](https://docs-example.gitbook.io/petoi-ai-vision/~gitbook/image?url=https%3A%2F%2Fsensecraft.seeed.cc%2Ffavicon.ico\&width=20\&dpr=3\&quality=100\&sign=d589ffc3\&sv=2)SenseCraft — No-Code Edge AI PlatformSenseCraft](https://sensecraft.seeed.cc/)
{% endstep %}

{% step %}

### Navigate to Models, then select Workspace.

![](https://content.gitbook.com/content/XLpFdG7mubqEHWylLK3w/blobs/uJvITXAXkJeHSQV5oXHp/image)

![](https://content.gitbook.com/content/XLpFdG7mubqEHWylLK3w/blobs/KXEPHxr57HADInvB328Q/image)
{% endstep %}

{% step %}

### Connect the Petoi camera directly to your computer.

{% hint style="info" %}
It is highly recommended to establish and test this connection with your computer first before physically installing the camera onto the Petoi dog.
{% endhint %}

![](https://content.gitbook.com/content/XLpFdG7mubqEHWylLK3w/blobs/lhfKQPFsgQpMiGL9kYgO/image)
{% endstep %}

{% step %}

### Deploy model

Once the camera is successfully connected in SenseCraft, click Upload Model. Enter your specific model information, ensuring you select the correct model file from your directory.

![](https://content.gitbook.com/content/XLpFdG7mubqEHWylLK3w/blobs/K34AxJLX2U25I9hHuwC3/image)

![](https://content.gitbook.com/content/XLpFdG7mubqEHWylLK3w/blobs/SpLfJUkCbTxMCi3A6rYM/image)
{% endstep %}

{% step %}

### Result

We used a helmet and a no-helmet dataset in this picture. Your dataset will be different.

![](https://content.gitbook.com/content/XLpFdG7mubqEHWylLK3w/blobs/t79RWYVgVTY8SDRi12Gq/image)
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://guide.petoi.com/extensible-modules/petoi-ai-vision-module/custom-petoi-vision-model/steps-on-how-to-get-started/step-3-deploy-model-to-sensecraft.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
