Auto_PPT addresses the time-consuming task of creating presentation slides by automating PPTX generation using GPT-3.5. It targets users who want to quickly produce presentations from a given topic, offering a significant time-saving benefit.
How It Works
The project leverages the gpt-3.5-turbo-16k
API for generating presentation outlines and content. It employs a novel multi-step chained Markdown format to construct the PPTX, aiming for stability and ease of use. Integration with Unsplash provides landscape illustrations for enhanced visual appeal. The architecture was refactored using Langchain in v1.0 for improved code simplicity and maintainability.
Quick Start & Requirements
pip install -r requirements.txt
config.ini
.config.ini
in ./readconfig/mycofig.py
.python application.py
gunicorn -b 0.0.0.0:5000 --log-level=debug --threads 4 app:application > gunicorn.log 2>&1 &
http://127.0.0.1:5000
.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The project is described as having a "too simple" UI in earlier versions, and content generation accuracy/detail is noted as a potential area for improvement in future releases. Compatibility with various Markdown formats is still under development.
1 year ago
1 week