chat-gpt-ppt
chat-gpt-ppt copied to clipboard
Use ChatGPT (or other backends) to generate PPT automatically, all in one single file.
TODO list: - [x] rewrite with golang - [x] replace with official ChatGPT API - [x] pack and ship everything in a single file - [x] pluggable model - [x]...
AI ppt
通过gpt生成文本内容后,如何根据文本内容自动生成完整的ppt模块呢?如何获取到ppt模版呢?
I would like this to support more slides, but the rate limit makes it crash every time there are more than 3 slides
Another interesting thing is that, this project can use different backends. That's what Microsoft will not do.
- Current renderer use raw markdown to build the slides, which easily cause info loss (e.g. emoji) - Simple text input (topic.txt) is hard to extend (e.g. add some special...
Yes I do know some big companies like microsoft are doing something like this. And can do much much better than this project. But it may looks like: As a...