Overview of OhNoPPT
mainOhNoPPT is a MASFactory-based application designed to convert research papers into editable .pptx presentation decks.
Unlike static slide exporters, OhNoPPT uses a multi-agent pipeline that includes human-in-the-loop review stages. The workflow follows three main stages:
- Outline Generation: Converts requirements into a slide outline.
- HTML Slide Generation: Converts the outline into HTML and a validation PDF.
- PPTX Reconstruction: Reconstructs the PDF content into an editable
.pptxfile usingpython-pptx.
Users can inspect intermediate results and request revisions at each stage, making the process highly controllable for research talks and project demos.