Skip to content

Creates Word, Powerpoint and Excel files for you automatically - just say what you want and out pops a pretty document! πŸ“ƒ

Notifications You must be signed in to change notification settings

mitch7w/OfficeGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

22 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

OfficeGPT

Creates Word, Powerpoint and Excel files for you automatically - just say what you want and out pops a pretty document! πŸ“ƒ

officegpt_demo.mp4
  • Built with Flask and GPT πŸ€–
  • Front-end lives at https://github.com/mitch7w/office-gpt-frontend
  • Uses python-docx, python-pptx and XlsxWriter to actually create documents
  • GPT API called in the background translate user's requests into document commands
  • import statements don't always function so well so added a second call to GPT to check quality of code -> slows things down
  • A bit buggy but as a POC it's not bad - some other really good Powerpoint creators exist already like this
  • To use, simply clone this and the front-end, create a .env file here in the back-end with your OPENAI_API_KEY set inside and then make sure the front-end and back-end are both running. I separated them with the intention of hosting them online but as a MVP I ultimately decided to just keep it here on Github.

About

Creates Word, Powerpoint and Excel files for you automatically - just say what you want and out pops a pretty document! πŸ“ƒ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages