Giter VIP home page Giter VIP logo

openaipowerpointgenerator's Introduction

OpenAIPowerPointGenerator

A tool to generate PowerPoint presentations using OpenAI.

Installation Instructions

Follow the steps below to set up and run the OpenAIPowerPointGenerator:

1. Clone the Repository

Begin by cloning the repository to your local machine:

git clone https://github.com/noahyoungs/OpenAIPowerPointGenerator.git
cd OpenAIPowerPointGenerator

2. Create a Python 3.8 Environment named openai_ppt_generator_env

Ensure you have Python 3.8 installed. Create the virtual environment named openai_ppt_generator_env and activate it:

For macOS and Linux:

python3 -m venv openai_ppt_generator_env
source openai_ppt_generator_env/bin/activate

For Windows:

python -m venv openai_ppt_generator_env
.\openai_ppt_generator_env\Scripts\activate

Once activated, install the required packages using requirements.txt:

pip install -r requirements.txt

3. Set up the .env File

The repository contains a .env.template file. You need to save this as .env and then update it with your OpenAI API key:

First, make a copy and rename:

cp .env.template .env

Then, open the .env file in a text editor of your choice and replace YOUR_API_KEY with your actual OpenAI API key.

4. Run the Application

Once everything is set up, run the application using:

python main.py

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.