GPT-3 Open source code, libraries and examples
I build systems that blend AI and automation to solve real-world problems
This post lists various GPT-3 Open source code, libraries and examples that you can use freely in your GPT-3 projects.
Table of Contents
- GPT-3 Open source code, libraries and examples
- GPT-3 Python Notebooks
- gpt3-instruct-sandbox
- gpt3-sandbox
- natural-language-image-search
- NLP based image search
- Deep Daze
- gpt-neo-fine-tuning-example
- chronology
- GPT-3 Dart Package
- GPT-3 Go Wrapper
- GPT-3 Node Module
- GPT-3 Ruby Gem
- GPT3 CLI API
- gpts = gpt-3 + typescript
- Java Client for GPT-3 API
- OpenAI API Node
- OpenAI Python Module
- OpenAI-API-dotnet
- OpenAi-Api-Unity
- openai-crystal
- ruby-openai
GPT-3 Open source code, libraries and examples
GPT-3 Python Notebooks
Example Code for using GPT-3 API
gpt3-instruct-sandbox
Interactive Jupyter Notebook Environment for using the GPT-3 Instruct API
gpt3-sandbox
The goal of this project is to enable users to create cool web demos using the newly released OpenAI GPT-3 API with just a few lines of Python
natural-language-image-search
Search Photos on unsplash using natural language
NLP based image search
Use natural language queries to search 2 million freely-usable images from Unsplash using a free Google Colab notebook from Vladimir Haltakov. Uses OpenAI’s CLIP neural network.
Deep Daze
Simple command line tool for text to image generation using OpenAI’s CLIP and Siren
gpt-neo-fine-tuning-example
Fine-Tune EleutherAI GPT-Neo to Generate Netflix Movie Descriptions in Only 47 Lines of Code Using Hugginface And DeepSpeed
chronology
Python library that enables users of OpenAI’s GPT-3 language model to more easily build complex language-powered applications.
GPT-3 Dart Package
Dart package for OpenAI’s GPT-3 API.
GPT-3 Go Wrapper
OpenAI GPT-3 API wrapper for Go
GPT-3 Node Module
tiny node wrapper for the openAI GPT-3 API
GPT-3 Ruby Gem
Wrapper for calling OpenAI and GPT-3’s HTTP APIs in ruby
GPT3 CLI API
A simple NodeJS wrapper library and CLI to interface with OpenAI’s Beta API. Written in Typescript.
gpts = gpt-3 + typescript
typescript wrapper for gpt-3 api
Java Client for GPT-3 API
OpenAI GPT-3 Api Client in Java
OpenAI API Node
A simple node wrapper for the OpenAI API.
OpenAI Python Module
Official OpenAI Python wrapper for GPT-3 API
OpenAI-API-dotnet
A C#/.NET SDK for accessing the OpenAI GPT-3 API
OpenAi-Api-Unity
Integration for the OpenAi Api in Unity
openai-crystal
OpenAI API client library to access GPT-3 in Crystal
ruby-openai
A Ruby gem for the OpenAI GPT-3 AP