Skip to content

360macky/summer

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 

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