我的第一个 AI 小玩具。
参考 @yihong0618 大佬的 python 版本,做了个 js 版本的,每天一句中国古诗词作为 prompt ,由 Bing DALL-E-3 生成 图片。
并且做了个展示网站,用 GitHub Action 每天更新,自动保存,自动部署: https://daily-poetry-image.vercel.app
GitHub: https://github.com/liruifengv/daily-poetry-image


项目介绍
- 本项目是基于 Bing Image DALL-E-3 生成的图片,每天一句中国古诗词作为 Prompt 。
- GitHub Action 自动触发。
- 诗词由今日诗词提供 API 。
- 网站使用 Astro 构建。