From a9b80e5fbb120aec44a3e379c32a5c847101a7ee Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Mon, 17 Feb 2025 18:59:06 +0800 Subject: [PATCH] docs: updated --- README.md | 30 ++++++++++++++++++++++++++++++ README.zh-CN.md | 30 ++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) diff --git a/README.md b/README.md index 1a43b0bdc..179086cfe 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,36 @@ > Heavily inspired by [Neuro-sama](https://www.youtube.com/@Neurosama) +## Current progress + +Capable of + +- [x] Brain + - [x] Play [Minecraft](https://www.minecraft.net) + - [ ] Play [Factorio](https://www.factorio.com) (WIP, but [PoC and demo available](https://github.com/moeru-ai/airi-factorio)) + - [x] Chat in [Telegram](https://telegram.org) + - [x] Chat in [Discord](https://discord.com) +- [x] Ears + - [x] Audio input from browser + - [x] Audio input from [Discord](https://discord.com) + - [x] Client side speech recognition + - [x] Client side talking detection +- [x] Mouth + - [x] ElevenLabs voice synthesis +- [x] Body + - [x] VRM support + - [x] Control VRM model + - [x] VRM model animations + - [x] Auto blink + - [x] Auto look at + - [x] Idle eye movement + - [x] Live2D support + - [x] Control Live2D model + - [x] Live2D model animations + - [x] Auto blink + - [x] Auto look at + - [x] Idle eye movement + ## Development ```shell diff --git a/README.zh-CN.md b/README.zh-CN.md index 0e034de04..92a8df1de 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -10,6 +10,36 @@ > 深受 [Neuro-sama](https://www.youtube.com/@Neurosama) 启发 +## 当前进度 + +能够 + +- [x] 大脑 + - [x] 玩 [Minecraft](https://www.minecraft.net) + - [ ] 玩 [Factorio](https://www.factorio.com) (WIP, 但 [PoC 和演示可用](https://github.com/moeru-ai/airi-factorio)) + - [x] 在 [Telegram](https://telegram.org) 聊天 + - [x] 在 [Discord](https://discord.com) 聊天 +- [x] 耳朵 + - [x] 浏览器音频输入 + - [x] [Discord](https://discord.com) 音频输入 + - [x] 客户端端语音识别 + - [x] 客户端端说话检测 +- [x] 嘴巴 + - [x] ElevenLabs 语音合成 +- [x] 身体 + - [x] VRM 支持 + - [x] 控制 VRM 模型 + - [x] VRM 模型动画 + - [x] 自动眨眼 + - [x] 自动看 + - [x] 空闲眼睛移动 + - [x] Live2D 支持 + - [x] 控制 Live2D 模型 + - [x] Live2D 模型动画 + - [x] 自动眨眼 + - [x] 自动看 + - [x] 空闲眼睛移动 + ## 开发 ```shell