My free Open AI API token expired the first of this month when I had just started working on the app. As a result, I will not be working on this anymore for quite some time.
- To be able to generate a powerpoint presentation just from the prompt given.
- Make a web application for easy access
Lots of bugs to fix but made a start. Made a web application where you can give a prompt and generate (and download) a pptx file prepared from chat gpt's response.
- Register
- Login
- navigate to /dashboard
- Write your prompt. Don't forget to mention:
Write a ppt
in the starting. - Generate your ppt. Download starts automatically!
git clone https://github.com/MSSRPRAD/ppt-api.git
cd ppt-api
virtualenv venv
- (from bash terminal)
source venv/bin/activate
pip install -r requirements.txt
python app.py
NOTE: You have to set your own OPENAI API KEY. Go to https://platform.openai.com/account/api-keys to generate one if you don't have one.