From d0560c4e5f656ea1bca32167a4b232562487ddfb Mon Sep 17 00:00:00 2001 From: WAN Yuxuan <62586525+yxwan123@users.noreply.github.com> Date: Thu, 31 Jul 2025 15:01:54 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5aceeb3..663a73a 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,14 @@ The typical workflow is a multi-step process as follows: python main.py ``` +## More Projects on MLLM for Web/Code Generation +- [WebPAI (Web Development Powered by AI)](https://github.com/WebPAI) released a set of research resources and datasets for webpage generation studies, aiming to build an AI platform for more reliable and practical automated webpage generation. + +- [Awesome-Multimodal-LLM-for-Code](https://github.com/xjywhu/Awesome-Multimodal-LLM-for-Code) maintains a comprehensive list of papers on methods, benchmarks, and evaluation for code generation under multimodal scenarios. + + ## Acknowledgements This project builds upon several outstanding open-source efforts. We would like to thank the authors and contributors of the following projects: [UIED](https://github.com/MulongXie/UIED), [DCGen](https://github.com/WebPAI/DCGen), [Design2Code](https://github.com/NoviScl/Design2Code) + +