|
| 1 | +# <p align="center">Auto_PPT: Generate Your PPT Automatically</p> |
| 2 | + |
| 3 | +<p align="center"><i>Tired of spending endless hours creating dull presentations? Wishing for a magical tool that can generate stunning PPTs for you in seconds? Well, fret no more! Introducing Auto_PPT!</i></p> |
| 4 | + |
| 5 | +<p align="center"> |
| 6 | +<a href="https://github.com/limaoyi1/Auto_PPT/fork" target="blank"> |
| 7 | +<img src="https://img.shields.io/github/forks/limaoyi1/Auto_PPT?style=for-the-badge" alt="Auto_PPT forks"/> |
| 8 | +</a> |
| 9 | + |
| 10 | +<a href="https://github.com/limaoyi1/Auto_PPT/stargazers" target="blank"> |
| 11 | +<img src="https://img.shields.io/github/stars/limaoyi1/Auto_PPT?style=for-the-badge" alt="Auto_PPT stars"/> |
| 12 | +</a> |
| 13 | +<a href="https://github.com/limaoyi1/Auto_PPT/pulls" target="blank"> |
| 14 | +<img src="https://img.shields.io/github/issues-pr/limaoyi1/Auto_PPT?style=for-the-badge" alt="Auto_PPT pull-requests"/> |
| 15 | +</a> |
| 16 | +<a href='https://github.com/limaoyi1/Auto_PPT/blob/main/LICENSE'> |
| 17 | +<img src='https://img.shields.io/github/license/limaoyi1/Auto_PPT?&label=Latest&style=for-the-badge' alt="Auto_PPT LICENSE"> |
| 18 | +</a> |
| 19 | +<a href='https://github.com/limaoyi1/Auto_PPT/releases'> |
| 20 | +<img src='https://img.shields.io/github/release/limaoyi1/Auto_PPT?&label=Latest&style=for-the-badge' alt="Auto_PPT releases"> |
| 21 | +</a> |
| 22 | +</p> |
| 23 | + |
| 24 | + |
| 25 | +[//]: # (https://github.com/ikatyang/emoji-cheat-sheet 表情仓库) |
| 26 | + |
| 27 | +## 🔥 [中文指南](./Readme.md) |
| 28 | + |
| 29 | +> 中文用户请移步 [中文指南](./Readme.md). |
| 30 | +
|
| 31 | +## 🎞️ Project Introduction |
| 32 | + |
| 33 | +> Utilizing gpt-3.5-turbo and pptx, Auto_PPT effortlessly generates PPTX files with specified themes. \ |
| 34 | +>  |
| 35 | +> Below is an unmodified example generated by the project: |
| 36 | +>  |
| 37 | +
|
| 38 | +## ⭐ Thanks for Your Support |
| 39 | + |
| 40 | +> By starring the project, you demonstrate your recognition and help us gain more attention in the community. \ |
| 41 | +> This motivates us to continuously improve and develop new features to enhance your experience with Auto_PPT. |
| 42 | +
|
| 43 | +> "Special thanks to [Miraitowa-wsy](https://github.com/Miraitowa-wsy) for their sponsorship." |
| 44 | +## 🛸 Free Trial |
| 45 | + |
| 46 | +> New Version Trial Link 🔗: [Trial Link](http://www.limaoyi.top:4399/#) |
| 47 | +
|
| 48 | +> 🧭 Get a professionally designed PPT in just 2-3 minutes. The generation time depends on the speed of the OpenAI interface, ensuring efficient and reliable operation. |
| 49 | +
|
| 50 | +> 🔗 Try it now, let's explore the magic of Auto_PPT together! Please note that, to maintain limited server traffic, we do not currently provide random image services. |
| 51 | +
|
| 52 | +## 🧲 Project Advantages |
| 53 | + |
| 54 | +> 🌟 No more hassle: Simply enter the title, and Auto_PPT will instantly create a brand new PPTX for you without any extra effort! |
| 55 | +
|
| 56 | +> 🎩 The magic behind: We leverage the powerful gpt-3.5-turbo-16k interface to ensure stable and impressive PPT outlines with every generation. |
| 57 | +
|
| 58 | +> 💡 Creative use of md format: We uniquely utilize the md format in a multi-step chain to generate PPT text, making PPTX creation easier and more stable. Say goodbye to formatting hassles and focus on content creation! |
| 59 | +
|
| 60 | +> 🔗 Optimized and refactored using langChain in v1.0: Thanks to langChain, the code becomes simple, easy, and aesthetically pleasing! |
| 61 | +
|
| 62 | +> 🖼️ Scenic illustrations: We collaborate with Unsplash to provide the most exquisite illustrations, instantly adding vitality and aesthetics to your PPT. |
| 63 | +
|
| 64 | +> 🔒 Secure local deployment: If you're concerned about data security, fret not! Auto_PPT supports local deployment; simply add your OpenAI API key and Unsplash API key information. |
| 65 | +
|
| 66 | +## 🎨 Deployment Guide |
| 67 | +>The project operation requires a Python environment, and it is recommended to use Python 3 or above. The author uses Python 3.9 |
| 68 | +>1 Creating a virtual environment |
| 69 | +```Bash |
| 70 | +python - m venv venv |
| 71 | +``` |
| 72 | +>2 Activate virtual environment |
| 73 | +```Bash |
| 74 | +. venv/bin/activate |
| 75 | +``` |
| 76 | +>3 Install required Python components |
| 77 | +```Bash |
| 78 | +pip install - r requirements. txt |
| 79 | +``` |
| 80 | +>4 Add your API key in config.ini |
| 81 | +>5 Modify/ The base absolute path of readconfig/mycofig.py makes it the folder path of config.ini |
| 82 | +>6 Run Project |
| 83 | +>Run |
| 84 | +```Bash |
| 85 | +python application.py |
| 86 | +``` |
| 87 | +>Alternatively (in production mode), the following commands need to be run in a Linux like environment |
| 88 | +```Bash |
| 89 | +gunicorn - b 0.0.0.0:5000-- log level=debug -- threads 4 app: application>gunicorn. log 2>&1& |
| 90 | +``` |
| 91 | +>7 Access http://127.0.0.1:5000 |
| 92 | +
|
| 93 | +## 💡 Next Version |
| 94 | + |
| 95 | +> 2023/7/3 | v0.5.1 | Birth of an idea | Completed ✔️ |
| 96 | +> |
| 97 | +
|
| 98 | +| Blueprint | Existing Issues | Completion | |
| 99 | +|----------------------------|-----------------------------|----------------------------| |
| 100 | +| Deploy Online Service | UI is too rudimentary | Completed | |
| 101 | +| Optimize Generation Format | Format is too monotonous | Adjusted paragraph spacing | |
| 102 | +| Optimize Generation Speed | OpenAI API response is slow | Optimized service startup | |
| 103 | + |
| 104 | +> 2023/7/6 | v1.0 | Refactor with langChain | Completed ✔ |
| 105 | +> |
| 106 | +
|
| 107 | +| Blueprint | Existing Issues | Completion | |
| 108 | +|---------------------------------------|----------------------------------------------------|------------------------------| |
| 109 | +| Optimize Generation Content | Generated content not detailed and accurate enough | Deferred to the next version | |
| 110 | +| Optimize Generation Steps | Single step is not enough for a high-quality PPT | Completed on 7/14 | |
| 111 | +| Use langChain to optimize the project | Refactor into a chain call | Completed on 7/14 | |
| 112 | + |
| 113 | +> 2023/7/15 | v1.5 | Next version tasks | In progress 🧭 |
| 114 | +> |
| 115 | +| Blueprint | Existing Issues | Completion | |
| 116 | +|---------------------------------------------------|----------------------------------------------------------|--------------| |
| 117 | +| Support more md formats | Large amount of work for md formats | Just started | |
| 118 | +| Refactor front-end code using a specific language | Lack of familiarity with front-end for backend engineers | Completed ✔ | |
| 119 | +| Optimize theme effects | Lack of aesthetic ppt template reference | Just started | |
| 120 | + |
| 121 | +## 🌟 Star History |
| 122 | + |
| 123 | +<br> |
| 124 | + |
| 125 | +[](https://star-history.com/#limaoyi1/Auto_PPT&Timeline) |
| 126 | + |
| 127 | +</br> |
0 commit comments