/ExploringGPT3

A repo for practicing Steve Tingiris' Exploring GPT-3 book.

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

Exploring GPT-3

An unofficial first look at the general-purpose language processing API from OpenAI


This repo has been archived and no longer being updated

A repo for practicing Steve Tingiris' Exploring GPT-3 book.

Getting Started

After cloning the repository, you may run the programs using PyCharm or an IDE/editor of your choice. As opposed to the book, I am not using Replit, this is all local.

Prerequisites

  • Python: At the moment of writing, the source code was written with Python (3.10).
  • OpenAI API access: You can save your API keys elsewhere that suits your security concerns - this codebase uses environment variables.
  • Misc: numpy, scipy, pandas, plotly, sklearn, matplotlib

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

References

License

This project is licensed under the GNU GPL v3 License.

Acknowledgments

  • Hat tip to anyone whose code was used