Web app for automated PowerPoint generation
Top 79.1% on sourcepulse
This project provides a web application that leverages GPT-3.5 Turbo to automatically generate PowerPoint presentations from user input. It targets users looking to streamline content creation by automating the process of designing slides, including titles, content, and customizable themes.
How It Works
The application utilizes the OpenAI GPT-3.5 Turbo API to generate slide content based on user prompts. It intelligently proposes slide titles and content, and allows users to select color themes for a personalized look. The project is built as a Flask web application.
Quick Start & Requirements
pip install -r requirements.txt
SECRET_KEY
, OPENAI_KEY
, PEXELS_API_KEY
(obtain from OpenAI and Pexels platforms).python3 myapp/flaskapp.py
Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The project relies on external API keys (OpenAI, Pexels) which may incur costs beyond free tiers. The README does not specify version constraints for Python or other dependencies.
1 year ago
Inactive