abearxiong 3653ad5932 Add documentation for CLI commands and introduce real-time voice command exploration
- Created a new README.md file detailing CLI commands for synchronization and usage.
- Added a section discussing the potential of real-time voice commands in daily life.
- Introduced a new slides.md file for a presentation on "超级桌面生活指令" (Super Desktop Life Commands).
- Included background and theme settings for the presentation slides.
2025-12-23 19:41:17 +08:00

cli

ev sync clone -i https://kevisual.cn/root/ai/kevisual/frontend/simple-slide/kevisual.json

同步命令

ev sync list
ev sync upload
``

## 语音指令-如果实时识别,是否能更高效的生活

现在语音转文本的技术非常的方便,然后AI判断逻辑也非常的厉害。我们可以结合这两项技术,来实现一个实时语音转文字,并且AI根据文字内容来执行函数的功能。

我发现AI玩具最近很出众,但是对于真实的应用功能来说,我觉得,在我们日常生活中,不需要任何的语音唤醒,只需要关键文本表述,前缀语言关键字,就能够实现,如果说了那个字,去执行对应可能需要,想做的事情。

比如,“打开 灯”, 让AI去执行智能家居打开灯的动作,不需要唤醒智能音箱,也不需要去唤醒智能音箱。

而除了“打开”指令之外,还有很多指令,比如关闭,记录/停止,总结/统计,模式,生成,删除,搜索等等。对电脑来说的,打开软件,关闭软件,发送消息等等。

还可以自己定义自己需要的指令,实现对应的需要执行的动作。

大家还有什么可能的指令,然后感觉可以实现在AI的理解的环境下的动作是什么?

```sh
Description
实时工作解决方案?智能家居,工作电脑,生活记录,脚本。
Readme 110 KiB
Languages
Vue 100%