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
- Host: GitHub
- URL: https://github.com/notshrirang/readme-generator
- Owner: NotShrirang
- License: mit
- Created: 2023-01-25T15:08:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-22T00:45:27.000Z (over 2 years ago)
- Last Synced: 2025-02-11T12:36:36.504Z (8 months ago)
- Topics: chatgpt, gpt-3, readme-generator
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
}
```