AI PPT Slide Generator

Featured

AI-Powered PowerPoint Generation with FastAPI

Gallery image 1

AI PPT Slide Generator

Build downloadable PowerPoint files from a topic, or from your own slide outline

This project is a backend service that produces .pptx decks. You can ask it to draft slides from a topic and count using Google Gemini, or supply custom slide content and layouts instead. You can then set fonts and colors and download the finished file, useful for automation, internal tools, or prototyping before a human polishes the narrative.

When it is useful

You need repeatable deck generation behind an API, you want to experiment with AI-written slide text under your own review, or you are pairing structured JSON content with a fixed visual theme. You will need a Gemini API key and the database setup described in the repository (Docker is the documented happy path).

What you can do

  • Create a presentation with a topic and number of slides, or override with explicit slide structures the API accepts.
  • Tune appearance (for example font and foreground/background colors) through the configuration endpoint described in the README.
  • Fetch presentation metadata and download the PPTX when generation is ready.
  • Run via Docker Compose or follow the local backend instructions in the GitHub project if you prefer a non-container workflow.

Limits

  • AI output quality varies by prompt, model behavior, and topic; slides should be fact-checked before external or regulated use.
  • This is an API-centric tool: there is no promise of a polished slide designer UI unless you build one on top.
  • Keys, data residency, and brand standards are your obligations; the README documents wiring, not legal or procurement approval.