Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/sean1832/SumGPT

Bulk summarization of documents using ChatGPT API
https://github.com/sean1832/SumGPT

artificial-intelligence bulk-operation gpt-3 gpt-4 knowledgemanagement note-taking openai openai-chatgpt parallel-computing python summarization ultrafast

Last synced: 3 months ago
JSON representation

Bulk summarization of documents using ChatGPT API

Lists

README

        

# SumGPT
[![python](https://img.shields.io/badge/python-3.11-blue)](https://www.python.org/downloads/release/python-3112/)

Achieve detailed summarization of extensive documents through πŸš€ultra-fast parallelized predictions, utilizing [GPT-3.5](https://platform.openai.com/docs/models/gpt-3-5) and [GPT-4](https://platform.openai.com/docs/models/gpt-4) APIs provided by [OpenAI](https://openai.com/).

🌐 Web App: [https://sumgpt.streamlit.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](https://github.com/sean1832/SumGPT/issues).*

---

### 🌟 Features
- πŸ“„ 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.

### πŸ’‘ What you need
- πŸ”‘ OpenAI **[API keys](https://platform.openai.com/account/api-keys)**

> ***Note: To access GPT-4, please [join the waitlist](https://openai.com/waitlist/gpt-4-api) if you haven't already received an invitation from OpenAI.***

### πŸ’» Running Locally
- Make sure you have **[python 3.11](https://www.python.org/downloads)** | [python installation tutorial (YouTube)](https://youtu.be/HBxCHonP6Ro?t=105)
1. Clone the repository
```bash
git clone https://github.com/sean1832/SumGPT
```
2. Execute `RUN.bat`