mirror of
https://github.com/showlab/Code2Video.git
synced 2026-08-28 06:54:58 +00:00
Update README.md
This commit is contained in:
parent
4654144494
commit
82457e74bd
1 changed files with 36 additions and 11 deletions
47
README.md
47
README.md
|
|
@ -33,14 +33,37 @@
|
|||
|
||||
|
||||
<p align="center">
|
||||
<a href="https://arxiv.org/abs/xxx">📄 Paper</a> |
|
||||
<a href="https://huggingface.co/datasets/YanzheChen/MMMC">🤗 Dataset</a> |
|
||||
<a href="https://chenanno.github.io/Code2Video/">🌐 Project Website</a> |
|
||||
<a href="https://twitter.com/intent/tweet?text=Check%20out%20Code2Video!">💬 X (Twitter)</a>
|
||||
<a href="https://arxiv.org/abs/xxx">📄 Paper</a> |
|
||||
<a href="https://huggingface.co/papers/2510.01174">🤗 Daily Paper</a> |
|
||||
<a href="https://huggingface.co/datasets/YanzheChen/MMMC">🤗 Dataset</a> |
|
||||
<a href="https://chenanno.github.io/Code2Video/">🌐 Project Website</a> |
|
||||
<a href="https://twitter.com/intent/tweet?text=Check%20out%20Code2Video!">💬 X (Twitter)</a>
|
||||
</p>
|
||||
|
||||
---
|
||||
|
||||
### Table of Contents
|
||||
- [🌟 Demo](#-demo)
|
||||
- [🌟 Overview](#-overview)
|
||||
- [🚀 How to Create -- Code2Video](#-how-to-create---code2video)
|
||||
- [1. Requirements](#1-requirements)
|
||||
- [2. Configure LLM API Keys](#2-configure-llm-api-keys)
|
||||
- [3. Run Agents](#3-run-agents)
|
||||
- [4. Project Organization](#4-project-organization)
|
||||
- [📊 How to Evaluate -- MMMC](#-how-to-evaluate---mmmc)
|
||||
- [🙏 Acknowledgements](#-acknowledgements)
|
||||
- [📌 Citation](#-citation)
|
||||
|
||||
---
|
||||
|
||||
## 🌟 Demo
|
||||
|
||||
<p align="center">
|
||||
<video src="assets/code2video-demo-s.mp4" width="90%" autoplay loop muted playsinline>
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
</p>
|
||||
|
||||
## 🌟 Overview
|
||||
|
||||
<p align="center">
|
||||
|
|
@ -189,17 +212,19 @@ We evaluate along **three complementary dimensions**:
|
|||
|
||||
---
|
||||
|
||||
<!-- ## 📌 Citation
|
||||
## 📌 Citation
|
||||
|
||||
If you find our work useful, please cite:
|
||||
|
||||
```bibtex
|
||||
@article{chen2025code2video,
|
||||
title={Code2Video: Agentic Code-Centric Framework for Educational Video Generation},
|
||||
author={Chen, Yanzhe and Lin, Qinghong and Shou, Mike Zheng},
|
||||
journal={ICLR},
|
||||
year={2026}
|
||||
@misc{chen2025code2videocodecentricparadigmeducational,
|
||||
title={Code2Video: A Code-centric Paradigm for Educational Video Generation},
|
||||
author={Yanzhe Chen and Kevin Qinghong Lin and Mike Zheng Shou},
|
||||
year={2025},
|
||||
eprint={2510.01174},
|
||||
archivePrefix={arXiv},
|
||||
primaryClass={cs.CV},
|
||||
url={https://arxiv.org/abs/2510.01174},
|
||||
}
|
||||
```
|
||||
|
||||
--- -->
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue