https://github.com/xlisp/aippt-agent
AI generates ppt, realized by autogen
https://github.com/xlisp/aippt-agent
ai autogen gpt llm ppt python
Last synced: 8 months ago
JSON representation
AI generates ppt, realized by autogen
- Host: GitHub
- URL: https://github.com/xlisp/aippt-agent
- Owner: xlisp
- Created: 2024-11-17T11:07:39.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-17T15:41:16.000Z (11 months ago)
- Last Synced: 2024-12-26T11:11:13.773Z (9 months ago)
- Topics: ai, autogen, gpt, llm, ppt, python
- Language: Python
- Homepage:
- Size: 259 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI PPT Agent
* AI generates ppt, realized by autogen## Init
* Setup python env
```sh
conda create -n aippt-agent python=3.11
conda activate aippt-agent
poetry install
```