AI Book Summarizer is a Streamlit app that generates summaries for uploaded books in PDF or EPUB format using GPT models.
- Upload books in PDF or EPUB.
- Input OpenAI API key for summarization.
- User-friendly interface.
- Upload your book.
- Input your OpenAI API key in the sidebar.
- Click "Sum it up!" to get the summary.
Check requirements.txt for the list of required Python libraries.
- Clone the repo.
- Install packages:
pip install -r requirements.txt. - Run:
streamlit run summary_app.py.