Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.