Creates content for a presentation given a PDF document. Uses a crew of LLM agents build using CrewAI to achive this.
- Clone the repository
git clone https://github.com/akshatpandya/presentation-generator.git
- Create a
.env
file similar toexample.env
. Update theOPENAI_API_KEY
with your key. If you don't have an OpenAI API key, you can get one by signing up on OpenAI website. - Install the dependencies
pip install requirements.txt
- Replace the
document.pdf
with your desired PDF file. - Run the app
python main.py