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

https://github.com/notshrirang/readme-generator

Generates READMEs with a little help of GPT-3
https://github.com/notshrirang/readme-generator

chatgpt gpt-3 readme-generator

Last synced: 6 months ago
JSON representation

Generates READMEs with a little help of GPT-3

Awesome Lists containing this project

README

          

# README-Generator
Generates READMEs with a little help of GPT-3

"main.py" is a streamlit file.

Requirements:
1. Install
```
pip install openai
```

```
pip install streamlit
```

2. secrets.json - You need account and api key from https://beta.openai.com/docs/quickstart/add-your-api-key
3. JSON format -
```
{
"api_key": YOUR_KEY
}
```