Achieve detailed summarization of extensive documents through 🚀ultra-fast parallelized predictions, utilizing GPT-3.5 and GPT-4 APIs provided by OpenAI.
🌐 Web App: https://sumgpt.streamlit.app
⭐️ Like this repo? please consider a star!
💡As I am not a professional programmer and am fairly new to Python, this project may contain bugs. If you encounter any issues, please suggest them in the Issues section.
- 📄 Summarize document (.pdf, .docx, .txt, .md).
- 🎥 Summarize YouTube video with subtitles.
- 🤖 Customizable parameters and bot persona for refined response generation.
- 🚀 Facilitates parallel processing of chunks, enabling ultra-fast generation speeds.
- 💼 Export & import configs for easy sharing and reuse.
- 🧠 Supports GPT-3.5 and GPT-4.
- 🔑 OpenAI API keys
Note: To access GPT-4, please join the waitlist if you haven't already received an invitation from OpenAI.
- Make sure you have python 3.11 | python installation tutorial (YouTube)
- Clone the repository
git clone https://github.com/sean1832/SumGPT
- Execute
RUN.bat