Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
sean1832 committed Mar 24, 2023
2 parents 9216ade + 8de0fcd commit c23a3f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SumGPT
[![python](https://img.shields.io/badge/python-3.11-blue)](https://www.python.org/downloads/release/python-3112/)

Bulk summarization of documents using [ChatGPT API](https://platform.openai.com/docs/models/gpt-3-5)
Detail summarization of documents using [ChatGPT API](https://platform.openai.com/docs/models/gpt-3-5)

Web App: [https://sumgpt.streamlit.app](https://sumgpt.streamlit.app/)

Expand All @@ -13,8 +13,8 @@ Web App: [https://sumgpt.streamlit.app](https://sumgpt.streamlit.app/)
---

### Features
- Summarize multiple documents (.pdf, .docx, .txt, .md) at once.
- Able to summarize large documents.
- Summarize document (.pdf, .docx, .txt, .md).
- Summarize Youtube video with subtitles.

### What you need
- OpenAI **[API keys](https://platform.openai.com/account/api-keys)**
Expand Down

0 comments on commit c23a3f2

Please sign in to comment.