Resources:
- topics/chat-gpt-3 .. chat-gpt-3
- topics/gpt-3 .. gpt-3
- topics/gpt-3-priming .. gpt-3-priming
- topics/gpt-3-prompt .. gpt-3-prompt
- topics/gpt-3-prompts .. gpt-3-prompts
- topics/gpt-3-ru-example .. gpt-3-ru-example
- topics/gpt-3-text-generation .. gpt-3-text-generation
- topics/gpt3 .. gpt3
- topics/gpt3-library .. gpt3-library
- topics/gpt3-resources .. gpt3-resources
- topics/openai-gpt3 .. openai-gpt3
See also:
100 Best GitHub: ChatGPT | 100 Best GPT-3 Chatbot Apps (Android) | 100 Best GPT-3 Non-Player Character Videos | 100 Best OpenAI GPT-3 Videos
- acheong08/chatgpt .. lightweight package for interacting with chatgpt’s api by openai. uses reverse engineered official api.
- acm-research/targeted-password-guesses .. we refined a gpt-3 model on wattpad user account data to generate targeted password guesses automatically.
- adamisik/gpt3_hackathon_zesavi .. the official repo of team gptfr33 for tum.ai’s gpt-3 hackathon.
- adijo/gpt3-alchemy .. gpt-3 attempts to predict & balance chemical reactions
- adminixtrator/gpt-3 .. code for the paper “language models are unsupervised multitask learners”
- afgriffin/gpt-3 .. a writing prompt generator powered by gpt-3
- ai-collection/ai-collection .. the generative ai landscape – a collection of awesome generative ai applications
- ai-forever/ru-gpts .. russian gpt3 models.
- airgift/swiftygpt3 .. a simple swift package which acts as an openai client for the gpt-3 api.
- alexandresajus/conversations-with-gpt-3 .. some interesting conversations i had with gpt-3
- alexrudall/ruby-openai .. openai api + ruby! ???
- anilkus/chatbot-using-the-gpt-3 .. here is an example of a chatbot using the gpt-3 language model in python. in this example, the user asks a question aloud and the chatbot answers aloud.
- avery2/try-gpt .. gpt-3 is public use
- avramdj/gpt3-chat .. openai gpt-3 bot chat app
- babldev/gpt3-demo .. web ui for testing out gpt-3 use cases
- balakreshnan/samples2022 .. data and ai samples for 2022
- belay-labs/gpt-explorer .. gpt-3 explorer
- ben-aaron188/rgpt3 .. making requests from r to the gpt-3 api
- betalgo/openai .. open ai gpt-3 and dall-e dotnet sdk
- bhattbhavesh91/gpt-3-simple-tutorial .. generate sql from natural language sentences using openai’s gpt-3 model
- botisan-ai/gpt3-tokenizer .. isomorphic tokenizer for gpt-3 and codex models by openai.
- botisan-ai/gpt3-tools .. ui tool to better work with gpt-3.
- bramses/gpt-3-in-production .. from o’reilly class gpt-3 in production
- bramses/summarize-with-gpt3-obsidian .. summarize text with gpt-3 in obsidian (progressive summarization)
- briansunter/logseq-plugin-gpt3-openai .. a plugin for gpt-3 ai assisted note taking in logseq
- capevace/laravel-gpt .. a laravel package for interacting with openai’s gpt-3 api with full type annotations.
- christianversloot/machine-learning-articles .. ?? articles i wrote about machine learning, archived from machinecurve.com.
- codota/tabnine .. ai code completions
- cpascoli/gpt-chatbot .. react native app to talk to gpt-3
- crazypython/gpt3-cli .. a lightweight command-line interface to openai’s gpt-3. temperature, presence, and frequency up to 2. streaming support
- curcic/gui-gpt-3 .. simple python app that uses pyqt5 for the gui and the openai api to communicate with openai’s text-davinci-003 gpt-3 model.
- dabblelab/gptanswers-node .. building a gpt-3 knowledge base app (nodejs)
- danimelchor/gpt3-email .. using gpt-3 to help you write emails.
- daolf/adventofcode2022-vs-gpt-3 .. daolf/adventofcode2022-vs-gpt-3
- dark-art108/high-quality-mcq-generator-using-gpt-3 .. built a high-quality mcq generator using gpt-3
- daveshap/coverlettergenerator .. finetune gpt-3 to ask a few questions and generate a perfect cover letter
- daveshap/creativewritingcoach .. finetune a gpt-3 model to provide copy editing (prose) feedback and critique
- daveshap/pythongpt3tutorial .. public hello world to get used to python and gpt-3
- deepset-ai/haystack .. haystack is an open source nlp framework that leverages pre-trained transformer models.
- dfinke/powershellai .. gpt-3 on the powershell command line
- dipeshpal/ai-generates-code-using-python-and-gpt-3 .. ai generates code using python and gpt-3
- eleutherai/gpt-neo .. an implementation of model parallel gpt-2 and gpt-3-style models using the mesh-tensorflow library.
- eleutherai/lm-evaluation-harness .. a framework for few-shot evaluation of autoregressive language models.
- elyase/awesome-gpt3 .. elyase/awesome-gpt3
- ersinaksar/make-your-jarvis-usin-gpt-3-and-python .. python to convert audio input from the microphone to text, generate a response from gpt-3 using the openai api
- ethandgoodhart/gpt3-quote .. gpt-3 generated quote library for python
- figelwump/gpt3-story-app .. generate a collaborative story with gpt-3
- fireship-io/cramer-algo-trader .. trade stocks with node.js, alpaca, and gpt-3
- fireship-io/gpt3-twitter-bot .. build a gpt-3 powered twitter bot with node.js & firebase
- flynnowen/gpt-3-app .. a connector between openai’s gpt-3 and facebook messenger.
- giosilvi/gpt-prompter .. chrome extension to get a fast prompt (of the selected text) for openai`s gpt-3. available in the chrome web store
- gollyticker/edubot-gpt-3 .. gollyticker/edubot-gpt-3
- graykode/matorage .. matorage is tensor(multidimensional matrix) object storage manager for deep learning framework(pytorch, tensorflow v2, keras)
- happilyeverafter95/gpt-3-simple-primer .. simplifying gpt-3 priming.
- harish-garg/nextjs-reactjs-gpt-3 .. gpt-3 powered serverless app using nextjs & react
- hayabhay/gpt-go .. a suite of free, open source chrome extensions to bring gpt-3 with you on the web
- huggingface/transformers .. state-of-the-art machine learning for pytorch, tensorflow, and jax.
- indentlabs/gpt-3-experiments .. experiments in worldbuilding using openai’s gpt-3 api
- islamshahil/text-to-sql-using-gpt-3 .. taking normal text as input and generating sql commands using the openai’s gpt-3
- j-f1/gpt-3-playground .. play with gpt-3!
- jakecyr/openai-gpt3-chatbot .. a chatbot that uses speech to text for input, sends the text to openai’s gpt-3 text generation model and speaks the response using text to speech.
- jakeherp/gpt-3-blog-generator .. an ai-powered blog post generator using gpt-3, built on next.js with typescript
- javafxpert/roblox-gpt3-game .. roblox game that leverages gpt-3
- javafxpert/talk-with-gpt3 .. app that leverages gpt-3 to facilitate new language listening and speaking practice.
- jdelauney/poc-brandproductnamegen-gpt-3 .. poc of a brand, business, product, application name generator powered by ai with openapi gpt-3 model
- jeffreality/swift-gpt3 .. swift implementation of openai’s gpt-3 api
- jessfraz/openai.vim .. openai gpt-3 plugin for vim.
- jhugray/gpt-3-emoji .. a front-end application to convert text into “emoji speak” using the openai gpt-3 model. users have the option to share their converted text on twitter.
- jlomako/send-gpt-email .. github action that sends gpt-3 generated emails
- jman4190/gpt3-codenames .. 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.
- jmilldotdev/obsidian-gpt .. obsidian plugin for getting language model completions from gpt-3, gpt-j, and others
- jokenox/goopt .. ? search engine for a procedural simulation of the web with gpt-3.
- josephrocca/gpt-2-3-tokenizer .. gpt-2/3 tokenizer based on @latitudegames/gpt-3-encoder that works in the browser and deno
- jsonresume/jsonresume-gpt3 .. fake json resumes generated with gpt-3
- jtams/openai-node .. a library for using the openai gpt-3 api with node.
- kaihuatang/describe-and-guess-game-using-gpt-3 .. a simple demo of how to use gpt-3 to play describe-and-guess in the specified topic and question type.
- kaiweic/poor-man-s-gpt-3 .. kaiweic/poor-man-s-gpt-3
- karamusluk/openai-gpt-3-api-wrapper-for-php-8 .. php 8 wrapper for openai gpt-3 api.
- karfly/chatgpt_telegram_bot .. karfly/chatgpt_telegram_bot
- karpathy/mingpt .. a minimal pytorch re-implementation of the openai gpt (generative pretrained transformer) training
- kelichiu/gpt3-hate-speech-detection .. using gpt-3 to detect hate speech that contains sexist and racist content
- kidgodzilla/twitter-gpt-3-extension .. a simple extension to generate gpt-3 tweet replies inside twitter.com
- kinosal/tweet .. generate tweet texts using openai’s gpt-3 based davinci model
- kjappelbaum/mofdscribe .. an ecosystem for digital reticular chemistry
- koval01/sbercloud-gpt-3-web .. web app sbercloud gpt-3
- lanlan69/easychatgpt .. an unofficial yet elegant interface of the chatgpt api using browser automation that bypasses cloudflare detection and recaptchas.
- latitudegames/gpt-3-encoder .. javascript bpe encoder decoder for gpt-2 / gpt-3
- ldobreira/gpt3-php .. a simple php wrapper for the openai gpt-3 api.
- leinstay/gptbot .. discord bot with gpt-3 integration
- lencx/chatgpt .. ? chatgpt desktop application (mac, windows and linux)
- leukaemiamedtech/gpt3-leukemia-information-assistant .. a hias connected ai assistant based on gpt-3, capable of providing information based on leukemia.
- liquidata-inc/dolt .. dolt – git for data
- lonesahilnazir/gpt-3 .. gpt-3 open ai
- louisbarrett/gpt3 .. cli client for the openai gpt-3 api in go
- m1guelpf/chatgpt-telegram .. run your own gptchat telegram bot, with a single command!
- machaao/gpt-3-chatbot .. build your own chatgpt with openai’s gpt-3 model apis
- madaan/memprompt .. a method to fix gpt-3 after deployment with user feedback, without re-training.
- manan-paneri-99/marcus-gpt3-bot .. marcus is a gpt-3 based travel guide chatbot. hit him up with queries when you’re on a trip and he’ll tell you the places you should absolutely go to!
- marcovirgolin/experiments-on-df-net-and-gpt-3 .. an implementation of five core principles for transparent and accountable conversational ai” 2022.
- max-sixty/aoc-gpt .. solve advent of code puzzles with gpt-3
- mertbozkir/presentx .. gpt-3 based latex code presentation maker.
- mfek/cucoqu.rlib .. rust library for converting between different types of bézier splines (cubic (cu), conic (co) and quadratic (qu))
- micahke/obsidian-gpt3-notes .. an obsidian plugin to generate notes based on gp3 output.
- microsoft/deepspeed .. deepspeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and effective.
- microsoft/pica .. an empirical study of gpt-3 for few-shot knowledge-based vqa, aaai 2022 (oral)
- minimaxir/gpt-3-client .. a client for openai’s gpt-3 api for ad hoc testing of prompt without using the web interface.
- minimaxir/gpt-3-experiments .. test prompts for openai’s gpt-3 api and the resulting ai-generated texts.
- morriskurz/openai_gpt3_dart_api .. a flutter package for the openai gpt-3 api, written in dart.
- moyix/gpt-wpre .. whole-program reverse engineering with gpt-3
- msadiq10/chatgptclone .. an ai chatbot that uses gpt-3 model by open ai.
- nat/natbot .. drive a browser with gpt-3
- naveen-dodda/gpt-3 .. code for the paper “language models are unsupervised multitask learners”
- nextgrid/gpt-3-hackathon .. nextgrid / deep learning labs gpt-3 hackathon node / cheerio boilerplate
- nhaouari/obsidian-textgenerator-plugin .. text generator is a handy plugin for obsidian that helps you generate text content using gpt-3 (openai).
- nvidia/fastertransformer .. transformer related optimization, including bert, gpt
- nvidia/nemo/pull/5669 .. propagate attention_dropout flag for gpt-3 by mikolajblaz · pull request #5669 · nvidia/nemo · github
- okgodoit/openai-api-dotnet .. a c#/.net sdk for accessing the openai gpt-3 api
- openai/following-instructions-human-feedback .. openai/following-instructions-human-feedback
- openai/gpt-2-output-dataset .. dataset of gpt-2 outputs for research in detection, biases, and more
- openai/gpt-3 .. language models are few-shot learners
- openai/gpt-3-encoder .. javascript bpe encoder decoder for gpt-2 / gpt-3
- openai/openai-cookbook .. examples and guides for using the openai api
- openai/openai-quickstart-node .. node.js example app from the openai api quickstart tutorial
- orhanerday/open-ai .. sdk for openai gpt-3 and dall-e. it also supports chatgpt-like streaming.
- packtpublishing/exploring-gpt-3 .. exploring gpt-3
- petergoldstein/asimov .. petergoldstein/asimov
- pilsung-kang/text-analytics .. unstructured data analysis (graduate) @korea university
- pipedreamhq/pipedream .. connect apis, remarkably fast. free for developers.
- probcomp/gengpt3.jl .. gpt-3 as a generative function in gen.
- pullrequestinc/go-gpt3 .. an openai gpt-3 api client enabling go/golang programs to interact with the gpt3 apis.
- pythops/amagpt3 .. ask me anything gpt-3
- qunash/gpt-3_chrome_extension .. use openai’s gpt-3 api prompter on any website.
- rafaelsandroni/gpt3-data-labeling .. data labeling using few shot learning gpt-3.
- rafajak/gpt3_examples .. simple examples of gpt-3 tasks using openai api
- reach-the-sky/gpt3-chatbot .. a python code to interact with the gpt3 api to train the chatbot and use it.
- resemble-ai/resemble-alexa .. this is sample code for an alexa skill that uses realistic voice cloning powered by resemble ai’s text-to-speech api, and open ai’s gpt-3 ai engine.
- ripienaar/free-for-dev .. a list of saas, paas and iaas offerings that have free tiers of interest to devops and infradev
- rovle/gpt3-in-context-fitting .. experiments on gpt-3’s ability to fit numerical models in-context.
- rsharankumar/use-cases-using-gpt-3 .. rsharankumar/use-cases-using-gpt-3
- rudra5417/code-generator-using-gpt-3 .. natural language to code
- ryanmark1867/git_assistant .. use gpt-3 to generate git commands from english-language descriptions of what you want to do.
- s-j-han/gpt-3-property-induction .. s-j-han/gpt-3-property-induction
- salil-gtm/gpt-3-streamlit-sandbox .. setup to quickly check use case feasibility on openai’s gpt-3!
- samber/go-gpt-3-encoder .. go bpe tokenizer (encoder+decoder) for gpt2 and gpt3
- sandeshbsuvarna/gpt-3-python-api-boilerplate .. sandeshbsuvarna/gpt-3-python-api-boilerplate
- sashabaranov/go-gpt3 .. openai gpt-3 api wrapper for go
- sferik/openai-crystal .. openai api client library to access gpt-3 in crystal
- shbhrsaha/wikipedia-gpt3-bot .. repl bot that answers questions by querying wikipedia and summarizing answers with gpt-3
- shorwood/gptsh .. gpt.sh is a cli tool built with nodejs and powered by open ai’s gpt-3. it’s main purpose is to translate natural language questions and requests into shell commands.
- shreyashankar/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.
- shubhamsaboo/kairos_gpt3 .. shubhamsaboo/kairos_gpt3
- silasalberti/gpt3-makeathon .. gpt-3-based slack bot that answers legal & compliance questions and recommends relevant contact persons
- siteorigin/laravel-openai .. this package aims to bridge the gap between laravel and openai’s gpt-3
- sophos/gpt3-and-cybersecurity .. gpt-3 use cases for cybersecurity
- srnelson/alexa-skill-gpt3-completion-nodejs .. alexa skill demonstrating gpt-3 completion
- stefanrmmr/gpt3_email_generator .. gpt-3 powered professional sounding email generator! input your direct comments and rephraise will come up with a formal way of getting the message across.
- sw-yx/gpt3-list .. list of things that people are claiming is enabled by gpt3. unverified but links to sources.
- thebrandonc/gs-gpt-3-headlines .. this repo contains a script that turns your google sheet into an ai-powered copywriting assistant.
- thelazyaz/gpt3-email-generator .. using the gpt3 language model, i create a web application that generates convincing looking emails and then sends them via gmail.
- themesberg/gpt-3-tailwindcss .. gpt-3 tailwind css code generator
- thencc/gpts .. typescript wrapper for gpt-3 api
- theokanning/openai-java .. openai gpt-3 api client in java
- thomasuebi/gpt-3-examples .. thomasuebi/gpt-3-examples
- thornewolf/gpt-3-execution .. thornewolf/gpt-3-execution
- timothybrooks/instruct-pix2pix .. timothybrooks/instruct-pix2pix
- tonyzhaozh/few-shot-learning .. few-shot learning of gpt-3
- tpadilla10117/fun-with-gpt-3 .. – an application that uses the gpt-3 ai model created by openai
- typpo/arkose .. gpt-3 enhanced document editor
- ultraviolet-ai/gpt-3-simple-tutorial .. generate sql from natural language sentences using openai’s gpt-3 model
- vasilescur/parse_context .. use gpt-3 to process human conversations and extract context, identify information that would be useful, and suggest data sources to get that information. intended for a voice assistant.
- vinithavn/finetune-gpt-3-for-customer-support-chatbot- .. finetune the openai gpt-3 model for a customer service chatbot application
- vuizur/gpt3-chatbot .. a terminal chatbot using gpt-3. has colors, supports context limits to save credits and checks user entry for grammar errors.
- vuizur/react-gpt3-chatbot .. a react chatbot built on gpt-3 that corrects your errors
- wandb/examples .. example deep learning projects that use wandb’s features.
- wellyington/gpt3-translator .. translation scripts using openai gpt-3 predictive language.
- will-thompson-k/tldr-transformers .. the “tl;dr” on a few notable transformer papers.
- wsssdc/talk-with-me .. gpt-3 powered therapy app for masseyhacks vii
- xpitfire/symbolicai .. compositional differentiable programming library
- xwarfare/gpt3-telegram-chatbot .. openai chatbot for telegram using gpt-3.
- zahidkhawaja/rusty .. gpt-3 powered cli tool to help you remember bash commands.
- zakmiller/gpt3-chat .. zakmiller/gpt3-chat