- Step1: Clone the ppt-agents repository from GitHub.
- Step2: Install Python 3.8+ and required dependencies via pip install -r requirements.txt.
- Step3: Obtain and set your OpenAI API key as an environment variable.
- Step4: Run the load_ppt.py script to parse and index your PPTX file.
- Step5: Launch the interactive agent using chat_ppt_agent.py.
- Step6: Enter queries to ask about slide content, generate summaries, or update slides.
- Step7: Use the export command to save the modified PPTX file.