Skip to content

360macky/summer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ§ πŸ“˜ 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:

{
  "key": ""
}

The OPEN_AI_API.json file will look like this:

{
  "key": "sk-RBQqqKwCgYUqTxucxTLgZLbSbCckWLVhNxfxBCNH"
}

Then just execute the main file:

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 are warmly welcome.

πŸ“ƒ License

Distributed under the MIT License. See LICENSE for more information.

About

πŸ§ πŸ“˜ OpenAI script that summarizes complex text with GPT-3

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages