# Model deployment

Grove Vision AI V2 can be deployed via an online website, which itself has a rich resource of models for you to choose from, so in addition to training your own models you can also use the models directly from the website.

{% embed url="<https://sensecraft.seeed.cc/ai/#/model>" %}

<figure><img src="/files/naLq7ZWASWuRGKp9FVyP" alt=""><figcaption></figcaption></figure>

At the top of the page, you will see three columns titled: AI Models, Device Workspace, and About SenseCraft AI. click on Device Workspace and select Grove - Vision AI V2.

<figure><img src="/files/LRHOQhhQrb38cNFLLo9q" alt=""><figcaption><p>Select Grove - Vision AI V2</p></figcaption></figure>

<figure><img src="/files/nTA5F2Ti5b534dX4zRdN" alt=""><figcaption><p>Click the Connect button</p></figcaption></figure>

<figure><img src="/files/9OPuX0mCzuzoshG2u7sk" alt=""><figcaption><p>Click on the serial port you want to pair with, COM3 in the picture.</p></figcaption></figure>

<figure><img src="/files/F1RAaRmKR0AwJ7nfNdCl" alt=""><figcaption></figcaption></figure>

In the Models area, you can select models provided by SenseCraft AI or upload your own trained models.

<figure><img src="/files/l3tXJDa4eFjYwE1MvApw" alt=""><figcaption><p>Click ‘Select Model’ to select your favourite model.</p></figcaption></figure>

<figure><img src="/files/S6gk2KQFA0txvq3Be3hH" alt=""><figcaption></figcaption></figure>

It takes a little while to upload the model, so you will need to be patient.

<figure><img src="/files/sNiEZle3qG7mnw6KtI0e" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/XlA5Ev5KOaO0ShsETyS8" alt=""><figcaption></figcaption></figure>

In the preview section, you can observe the output results of the Grove Vision V2 's inference in real time, for example, it successfully detects cats after downloading the pet detection function.

<figure><img src="/files/BfZ4jrdmNYRDnM6Z1wQu" alt=""><figcaption></figcaption></figure>

In the ‘Device Logger’ section, the device sends real-time inspection data to the computer, and the data in the ‘Boxes’ section is：

```
{ 
x; // 盒子中心的水平坐标 
y; // 盒子中心的垂直坐标 
w; // 识别框的宽度 
h; // 识别框的高度 
score; // 识别为目标的可信度 
target; // 目标
 }
```

Communicating with Petoi robot dogs using Grove Vision AI V2

You can use the Arduino IDE to modify our open source programme to use Grove Vision AI V2. Our programme integrates target tracking with Grove Vision AI V2. You only need to modify the code to enable this feature. For details on how to use it, see:&#x20;

[https://app.gitbook.com/o/-M-\_eWZUjFA4usjshHcZ/s/ntUipGYjnJE9HQWSovJT/](broken://spaces/ntUipGYjnJE9HQWSovJT).&#x20;

In addition, you can develop richer functionality using the APIs associated with the SSCMA library.


---

# 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://docs.petoi.com/extensible-modules/advanced-development-and-application-of-ai-vision-modules/model-deployment.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.
