PresentX
PresentX copied to clipboard
GPT-3 Based Latex Code Presentation Maker.
Fast, beautiful, useful latex presentations.
-
Problem
- Not everyone has time in their hands to make presentations that will connect with their audience.
- Be it a research paper presentation or a product launch presentation, everyone would prefer to save that time
-
Project Flow
- It will take an input for making presentation.
- GPT-3 will create LaTex code.
- We paste this LaTex code to Overleaf page to see resulting presentation
-
Requirements
- an openai api key
- an environment with python 3 and, openai and streamlit installed
To install requirements
pip install openai
pip install streamlit