This program is for helping you to generate ideas by leveraging GPT (through OpenAI's API). The basics for how it works is that you provide it a prompt about what kinds of ideas you're looking for (examples are also provided below) and GPT will generate a list of ideas for you. You can then use this list however you want (for example, it could spur new ideas for you or you can filter and sort them by your own personal ranking, etc).
You can open up the provided notebook in Google Colab by clicking the button above. Alternatively, you can just run this notebook locallly if you have Jupyter notebook installed.
See LICENSE
To contribute:
- Fork the repository
- Make code changes
- Commit changes to your local repository
- Open up a pull request between your local repository and this one