> For the complete documentation index, see [llms.txt](https://sharinghub.kittenbot.hk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sharinghub.kittenbot.hk/kits/ai_agentdevice/zoologist_sampleprogram.md).

# AI鑒別器範例程式

## 接線教學

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

## KOI 2圖像分類模型訓練

#### Kittenblock SB3

<figure><img src="/files/5kwZIxtWuIz02G0RLOEW" alt=""><figcaption></figcaption></figure>

{% file src="/files/g3Mp9F2Ik9qDtK2gumun" %}

#### Python

{% file src="/files/hKcbV2UfrdUMnMDcu68F" %}

#### 範例圖片

{% file src="/files/eL7NnYVDDTOhpkmQDXLa" %}

### 使用教學

1. 按A錄入分類數據
2. 按B跳至下一個分類
3. 按M儲存模型

## AI鑑別器

{% file src="/files/8v3gI9nOYWpJB1mDcnhf" %}

{% file src="/files/sUJltuwvlQUkEVbqQ1bP" %}

### 設定教學

#### 1. 打開wifi.txt,填入wifi的登入資料

{% hint style="info" %}
使用逗號 , 分隔ssid和密碼,ssid和密碼不可以有空格
{% endhint %}

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

#### 2. 在未來板Lite啟動species\_run.py

#### 3. 等待KOI載入模型後重新開機

#### 4. 打開未來板Lite的胖虎編程平台

{% content-ref url="/pages/pFYcnKuBTwh1iuGRE5zV" %}
[AI編程平台 胖虎](/mcu/liteai/bunfu.md)
{% endcontent-ref %}

#### 5. 在文件清單中打開expert.agt

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

#### 6. 打開配置的頁面

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

#### 7. 在訪問令牌的一欄填入API Key

<figure><img src="/files/6MRpjeHMzT1lV8zvlYFv" alt=""><figcaption></figcaption></figure>

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

#### 8. 選擇語音模型為粵語

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

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

### 使用教學

完成設定後,可以按影片示範般使用AI鑒別器.

1. 按A鍵辨認動物
2. 按B鍵 AI就會講解一下這動物的資料
3. 按M鍵可以詢問AI更多問題

{% embed url="<https://youtu.be/biYq0kSc5No>" %}


---

# 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://sharinghub.kittenbot.hk/kits/ai_agentdevice/zoologist_sampleprogram.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.
