> 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/programmingplatforms/kittenblock/an-zhuang-ban-kittenblock/features/extensions/ai/baidu.md).

# 百度大腦插件

百度大腦是百度開發的人工智能系統，Kittenblock特地將百度大腦加入Kittenblock，讓大家可以試試百度大腦強大的功能。

### 加載百度大腦插件

按下左下角的插件加載按鈕。

![](https://kittenbothk.readthedocs.io/en/latest/_images/add.png)

選擇百度大腦插件。

![](https://kittenbothk.readthedocs.io/en/latest/_images/baidu1.png)

加載成功！

![](https://kittenbothk.readthedocs.io/en/latest/_images/baidu2.png)

### 百度大腦插件介紹

百度大腦有不同的功能。

#### 文學創作

百度大腦擁有文學創作能力，可以作春聯和七言絕詩。

![](https://kittenbothk.readthedocs.io/en/latest/_images/baidu3.png)

我們可以提供題材作春聯。

![](https://kittenbothk.readthedocs.io/en/latest/_images/baidu4.png)

我們可以提供題材作七言絕詩。

![](https://kittenbothk.readthedocs.io/en/latest/_images/baidu5.png)

#### 朗讀文字

百度大腦擁有朗讀文字能力。

可以朗讀中文。

![](https://kittenbothk.readthedocs.io/en/latest/_images/baidu13.png)

可以朗讀英文。

![](https://kittenbothk.readthedocs.io/en/latest/_images/baidu14.png)

#### 語音辨識

百度大腦擁有語音辨識能力，懂得辨認你的說話。

目前百度大腦只能聽得懂普通話。

![](https://kittenbothk.readthedocs.io/en/latest/_images/baidu15.png)

#### 物件辨認

百度大腦擁有物件辨認能力，懂得辨認不同類別的物件，例如水果、菜式、動物、汽車等。

首先上傳你想辨認的圖片。

![](https://kittenbothk.readthedocs.io/en/latest/_images/baidu7.png)

然後將所有圖片隱藏顯示。

![](https://kittenbothk.readthedocs.io/en/latest/_images/baidu8.png)

選擇你想辨認的類別，搭建程式。

![](https://kittenbothk.readthedocs.io/en/latest/_images/baidu9.png)

運行結果:

![](https://kittenbothk.readthedocs.io/en/latest/_images/baidu10.png)

![](https://kittenbothk.readthedocs.io/en/latest/_images/baidu11.png)

![](https://kittenbothk.readthedocs.io/en/latest/_images/baidu12.png)

#### 文字辨認

百度大腦擁有文字辨認能力，可以辨認中文和英文。

```
這裡額外加載了視訊偵測插件。
```

![](https://kittenbothk.readthedocs.io/en/latest/_images/baidu16.png)

![](https://kittenbothk.readthedocs.io/en/latest/_images/baidu17.png)

#### 智能對話

百度大腦擁有智能對話能力，可以像手機的智能助理一樣和你對話。

![](https://kittenbothk.readthedocs.io/en/latest/_images/baidu18.png)

![](https://kittenbothk.readthedocs.io/en/latest/_images/baidu19.png)


---

# 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:

```
GET https://sharinghub.kittenbot.hk/programmingplatforms/kittenblock/an-zhuang-ban-kittenblock/features/extensions/ai/baidu.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.
