docs(README.md): updated with new logo

This commit is contained in:
Neko Ayaka
2025-03-08 03:10:07 +08:00
parent 971045a670
commit 856bcd0bc0
5 changed files with 36 additions and 2 deletions
+19 -1
View File
@@ -1,5 +1,17 @@
<p align="center">
<img src="./docs/public/readme-image-pc-preview.png" width="50%">
<picture>
<source
width="250"
srcset="./docs/public/logo-dark.png"
media="(prefers-color-scheme: dark)"
/>
<source
width="250"
srcset="./docs/public/logo-light.png"
media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"
/>
<img width="250" src="./docs/public/logo-light.png" />
</picture>
</p>
<h1 align="center">アイリ VTuber</h1>
@@ -10,6 +22,8 @@
> Heavily inspired by [Neuro-sama](https://www.youtube.com/@Neurosama)
<img src="./docs/public/readme-image-pc-preview.png">
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)
+15 -1
View File
@@ -1,5 +1,17 @@
<p align="center">
<img src="./docs/public/readme-image-pc-preview.png" width="50%">
<picture>
<source
width="250"
srcset="./docs/public/logo-dark.png"
media="(prefers-color-scheme: dark)"
/>
<source
width="250"
srcset="./docs/public/logo-light.png"
media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"
/>
<img width="250" src="./docs/public/logo-light.png" />
</picture>
</p>
<h1 align="center">アイリ VTuber</h1>
@@ -10,6 +22,8 @@
> 深受 [Neuro-sama](https://www.youtube.com/@Neurosama) 启发
<img src="./docs/public/readme-image-pc-preview.png">
与其他 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(异星工厂)。
+2
View File
@@ -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
Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB