Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.07 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.07 KB

GPT Slide Creator!

This is an application built using OpenAI, LangChain, and Streamlit to automatically generate PPT slides based on an uploaded thesis paper in PDF format.

How to Run

  1. Clone this repository.
  2. Navigate to the repository directory in your terminal.
  3. Install the necessary Python packages using pip install -r requirements.txt.
  4. Run the Streamlit app using streamlit run app.py.

Features

  • Upload a PDF file of your paper.
  • The uploaded paper is then automatically summarized into five different sections: Abstract, Introduction, Methods, Results, Discussion.
  • A slide structure for a presentation is auto-generated based on the summarized text.
  • You can ask questions related to your PDF file, and the chatbot will answer based on the content of the file.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT