diff --git a/README.md b/README.md index d809e1995..4e0ea75f5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,17 @@

- + + + + +

アイリ VTuber

@@ -10,6 +22,8 @@ > Heavily inspired by [Neuro-sama](https://www.youtube.com/@Neurosama) + + Unlike the other AI driven VTuber open source projects, アイリ VTuber was built with many support of Web technologies such as [WebGPU](https://www.w3.org/TR/webgpu/), [WebAudio](https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API), [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers), [WebAssembly](https://webassembly.org/), [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket), etc. from the first day. This means that **アイリ VTuber is capable to run on modern browsers and devices**, and even on mobile devices (already done with PWA support), this brought a lot of possibilities for us (the developers) to build and extend the power of アイリ VTuber to the next level, while still left the flexibilities for users to enable features that requires TCP connections or other non-Web technologies such as connect to voice channel to Discord, or playing Minecraft, Factorio with you and your friends. @@ -49,6 +63,10 @@ Capable of - [x] 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) + - [ ] Memory + - [x] Pure in-browser database support (DuckDB WASM | `pglite`) + - [ ] Memory Alaya (WIP) + - [ ] Pure in-browser local (WebGPU) inference - [x] Ears - [x] Audio input from browser - [x] Audio input from [Discord](https://discord.com) diff --git a/README.zh-CN.md b/README.zh-CN.md index 348d353ef..2de776688 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -1,5 +1,17 @@

- + + + + +

アイリ VTuber

@@ -10,6 +22,8 @@ > 深受 [Neuro-sama](https://www.youtube.com/@Neurosama) 启发 + + 与其他 AI 和 LLM 驱动的 VTuber 开源项目不同,アイリ VTuber 从开始开发的第一天开始就支持多种 Web 技术,涵盖诸如 [WebGPU](https://www.w3.org/TR/webgpu/)、[WebAudio](https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API)、[Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers)、[WebAssembly](https://webassembly.org/)、[WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket) 等已经广泛应用或仍在大量实验的 API。 这意味着 **アイリ VTuber 能够在现代浏览器和设备上运行**,甚至能够在移动设备上运行(已经通过 PWA 支持),这为我们(贡献者们)带来了更多的可能性,使我们能够构建和扩展 アイリ VTuber 的外部功能,使其更上一层楼,而与此同时也依然给予用户灵活配置的可能性,可以选择性地在不同设备上启用会需要 TCP 连接或其他非 Web 技术的功能,例如连接到 Discord 的语音频道一起开黑,或是和你和你的朋友们一起玩 Minecraft(我的世界)、Factorio(异星工厂)。 diff --git a/cspell.config.yaml b/cspell.config.yaml index 175f40a4d..b5c0b13ad 100644 --- a/cspell.config.yaml +++ b/cspell.config.yaml @@ -7,6 +7,7 @@ words: - Aerisita - airi - airi-vtuber + - Alaya - Attributify - audioworklet - awilix @@ -105,6 +106,7 @@ words: - openrouter - OPFS - opusscript + - pglite - pgvector - picklist - picovoice diff --git a/docs/public/logo-dark.png b/docs/public/logo-dark.png new file mode 100644 index 000000000..596b8c6af Binary files /dev/null and b/docs/public/logo-dark.png differ diff --git a/docs/public/logo-light.png b/docs/public/logo-light.png new file mode 100644 index 000000000..845e0ef71 Binary files /dev/null and b/docs/public/logo-light.png differ