Skip to content

Commit 2e49f25

Browse files
committed
Add key repository information to README files
- Introduced a new section in both English and Chinese README files detailing the key repositories within the Digital Life Project 2 organization. - Included links and brief descriptions for each repository to guide users on where to start and what each component does.
1 parent 4878e99 commit 2e49f25

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,16 @@ Digital Life Project 2 (DLP3D) is an open-source real-time framework that brings
3434
</a>
3535
</div>
3636

37+
## Content
38+
39+
This organization contains the following key repositories:
40+
41+
- **[dlp3d.ai](https://github.com/dlp3d-ai/dlp3d.ai): the main entry point, start here!**
42+
- [orchestrator](https://github.com/dlp3d-ai/orchestrator): coordinates and synchronizes all components.
43+
- [web_backend](https://github.com/dlp3d-ai/web_backend): manages the backend web services.
44+
- [speech2motion](https://github.com/dlp3d-ai/speech2motion): converts speech into body animation.
45+
- [audio2face](https://github.com/dlp3d-ai/audio2face): generates facial animation from audio.
46+
- [MotionDataViewer](https://github.com/dlp3d-ai/MotionDataViewer): visualizes and inspects motion data.
3747

3848
## Get Started
3949

docs/README_CN.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,16 @@
3434
</a>
3535
</div>
3636

37+
## 内容
38+
39+
本组织包含以下关键仓库:
40+
41+
- **[dlp3d.ai](https://github.com/dlp3d-ai/dlp3d.ai):主要入口,从这里开始!**
42+
- [orchestrator](https://github.com/dlp3d-ai/orchestrator):协调并同步所有组件。
43+
- [web_backend](https://github.com/dlp3d-ai/web_backend):管理后端 Web 服务。
44+
- [speech2motion](https://github.com/dlp3d-ai/speech2motion):根据语音生成肢体动画。
45+
- [audio2face](https://github.com/dlp3d-ai/audio2face):根据语音生成面部动画。
46+
- [MotionDataViewer](https://github.com/dlp3d-ai/MotionDataViewer):可视化检查动画数据。
3747

3848
## 快速开始
3949

0 commit comments

Comments
 (0)