Open Source AI Presentation Generator

4 months ago 5

A tool to generate PowerPoint presentations using text generation based on a single prompt.

0130.1.mp4

See a full example in /examples !

  • Supports OpenAI and Cohere endpoints
  • Specify a number of slides
  1. Clone this repository to your local machine:

    git clone https://github.com/AmNotAGoose/PPTX-Presentation-Generator cd PPTX-Presentation-Generator
  2. Install the required packages (use an elevated shell for Windows / sudo for Linux):

    pip install -r requirements.txt

To launch the user interface:

Fill out the fields and press "Save API Key," then "Submit." This may freeze the GUI and take a while.

Depending on which platform you pick, you will need to input an API key. You can find this at:

  • The GUI may freeze when "Submit" is clicked. It will unfreeze once it is finished.
  • Make sure you have pressed "Save API Key" before pressing "Submit"
Read Entire Article