Skip to content

akshatpandya/presentation-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI-powered Presentation Generator

Creates content for a presentation given a PDF document. Uses a crew of LLM agents build using CrewAI to achive this.

Setup:

  1. Clone the repository
git clone https://github.com/akshatpandya/presentation-generator.git
  1. Create a .env file similar to example.env. Update the OPENAI_API_KEY with your key. If you don't have an OpenAI API key, you can get one by signing up on OpenAI website.
  2. Install the dependencies
pip install requirements.txt
  1. Replace the document.pdf with your desired PDF file.
  2. Run the app
python main.py

Example Output

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages