Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 620 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 620 Bytes

📚 AI Book Summarizer

Description

AI Book Summarizer is a Streamlit app that generates summaries for uploaded books in PDF or EPUB format using GPT models.

Features

  • Upload books in PDF or EPUB.
  • Input OpenAI API key for summarization.
  • User-friendly interface.

How to Use

  1. Upload your book.
  2. Input your OpenAI API key in the sidebar.
  3. Click "Sum it up!" to get the summary.

Dependencies

Check requirements.txt for the list of required Python libraries.

Running Locally

  1. Clone the repo.
  2. Install packages: pip install -r requirements.txt.
  3. Run: streamlit run summary_app.py.