- Notifications
You must be signed in to change notification settings - Fork140
Discover the power of GPT-3.5 turbo in presentation creation! 💻🤩 This web application can effortlessly generate captivating PowerPoint presentations. Say goodbye to the struggle of starting from scratch and let AI revolutionize your content creation process. 🎨
License
otahina/PowerPoint-Generator-Python-Project
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Dive into the ease of presentation creation with PowerPoint Generator, a smart web application crafted to automatePowerPoint presentations! 🌟This project is ripe for growth and eager for your contributions. Let's enhance its capability together! 😊
project_demo.mov
- 🤖 AI-Driven Content Creation: Utilize the power of GPT-3.5 Turbo to generate slide content based on user's input.
- 😎 Intelligent Slide Generation: The tool intelligently proposes titles and content for each slide.
- 🎨 Customizable Themes: Choose color themes for your presentation, giving it a personalized touch.
- 🙂 User-Friendly Interface: Clear instructions and an intuitive design make the PowerPoint generation process seamless and straightforward.
If you want to learn how to use the GPT API for creating PowerPoint presentations or understand how the project isorganized, check outCODE_STRUCTURE.md. 🧐In this document, I explain the code and the relationships between different parts of the code.
If you want to try using this project, here is a step-by-step guide.Those who want to contribute to (which is welcome!), please checkHow to Contribute
Step 2: Clone It 🐑
- Using Git
Open your terminal and run the following command:
git clone https://github.com/otahina/PowerPoint-Generator-Python-Project.git
- Using Download ZIP
- Go to the GitHub page of the repository.
- Click on the greenCode button.
- In the dropdown menu, selectDownload ZIP.
Step 3: Create a Virtual Environment 📟
On Windows 🪟
- Open yourCommand Prompt and navigate to your project's directory.
- Run the command line by line.
python -m venv venv.\venv\Scripts\activatepip install -r requirements.txt
On macOS and Linux 🐧
- Open yourTerminal and navigate to your project's directory.
- Run the command line by line.
python3 -m venv venvsource venv/bin/activatepip install -r requirements.txt
Step 4: Setup API Keys 🔑
Step 5: Run 🏃
Navigate tomyapp directory. Runflaskapp.py
python3 myapp/flaskapp.py
Thank you for considering how you can contribute to the project! ✨
Step 3: Clone it 🐑
- Method 1: GitHub Desktop
⚠️ NOTE: If you're not familiar with Git, usingGitHub Desktop Application is a better start. If you choose this method, make sure to download it before continuing reading.❗❗ Access link to downloadhere.
- Method 2: Git
Clone theforked repository. Open terminal (command prompt) and type:
git clone https://github.com/<your-github-username>/PowerPoint-Generator-Python-Project.git
This makes a local copy of the repository in your machine.
⚠️ Replace <your-github-username>!
Step 4: Create your feature branch 🌴
Always keep your local copy of the repository updated with the original repository.Before making any changes and/or in an appropriate interval, follow the following steps:
- Method 1: GitHub Desktop
Learn more about how to create new branchhere and how to fetch and pull origin from/to your local machinehere.
Learn more about how to fetch and pull origin from/to your local machine usingGitHub Desktophere.
- Method 2: Git
Run the following commandscarefully to update your local repository.
# If you cloned a while ago, get the latest changes from upstreamgit checkout maingit remote add upstream https://github.com/otahina/PowerPoint-Generator-Python-Project.gitgit pull upstream main# Make a feature branch (Always check your current branch is up to date before creating a new branch from it to avoid merge conflicts)git checkout -b<branch-name>
Step 5: Pull Request 🖐️
- Open the GitHub website and find your forked repository.
- On your fork's GitHub page, click 'New Pull Request'.
- Ensure the base branch is the original repository's branch you want to merge into(main branch),and the compare branch is your feature branch.
- Click 'Create Pull Request', add a title and a brief description of your changes.
Thank you for your contribution!I'll check your pull request. 😀
If you want to learn more about how to contribute, visitCONTRIBUTING.md.
The application uses a secret key for session management and an OpenAI key for the GPT-3.5 Turbo API.These keys are defined as environment variables, and you can easily set them up using the provided .env.example file.
- Locate the file named .env.example in the project directory.
- Copy the contents of .env.example into a new file named .env.
- Replace the placeholder values with your actual keys:
SECRET_KEY=your_secret_keyOPENAI_KEY=your_openai_keyPEXELS_API_KEY=your_pexels_keyHere's a brief description of each key and how to obtain them:
SECRET_KEY: 🔐This is used for web application security such as session management. You can create your own secure, random string for this.
OPENAI_KEY: 🤖This is required to access the OPENAI API. Although there's a limitation with the free version, it's sufficient for trying out this web application on your local machine. You can obtain this key by creating an account on thehttps://platform.openai.com.
PEXELS_API_KEY: 🏞️ This key is used for the free image search API provided by Pexels. It's very useful for adding creative images to your presentations. You can get this key by creating a free account on thehttps://www.pexels.com/apiAfter registering, the API key is automatically generated for you.
Have a question, idea, or want to contribute? Join us inDiscussions!
Ota HinaGagandeep SinghThis project is licensed under the terms of the MIT license.
About
Discover the power of GPT-3.5 turbo in presentation creation! 💻🤩 This web application can effortlessly generate captivating PowerPoint presentations. Say goodbye to the struggle of starting from scratch and let AI revolutionize your content creation process. 🎨
Topics
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.




