Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcelo-earth/summer
🧠📘 OpenAI script that summarizes complex text with GPT-3
https://github.com/marcelo-earth/summer
gpt-3 gpt-3-prompt natural-language-processing openai summarizer
Last synced: 13 days ago
JSON representation
🧠📘 OpenAI script that summarizes complex text with GPT-3
- Host: GitHub
- URL: https://github.com/marcelo-earth/summer
- Owner: marcelo-earth
- License: mit
- Created: 2021-04-26T00:58:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-14T22:34:15.000Z (over 2 years ago)
- Last Synced: 2024-12-14T00:41:51.777Z (20 days ago)
- Topics: gpt-3, gpt-3-prompt, natural-language-processing, openai, summarizer
- Language: Python
- Homepage: https://openai.com/
- Size: 5.78 MB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
🧠📘 Summer ✍🤖
OpenAI GPT-3 script that summarizes complex text
## 🎁 Features
* Summarize texts
* Configure the processing engine
* Export texts in a .txt file## 🚀 Deployment
First you have to fill the `key` property of the `OPEN_AI_API.json`:
```json
{
"key": ""
}
```The `OPEN_AI_API.json` file will look like this:
```json
{
"key": "sk-RBQqqKwCgYUqTxucxTLgZLbSbCckWLVhNxfxBCNH"
}
```Then just execute the main file:
```bash
cd src/
python main.py
```## 🔨 Builded with
### JSON
The script reads OpenAI API Key from a JSON file. So the software needs import json module.### OpenAI
The official package of OpenAI that provides classes/methods like: `openai.Completion.create`.## 🤲 Contributing
Do you would like to contribute? Do you want to be the author of a new feature? Awesome! please fork the repository and make changes as you like. [Pull requests](https://github.com/360macky/summer/pulls) are warmly welcome.## 📃 License
Distributed under the MIT License.
See [`LICENSE`](./LICENSE) for more information.