GPT-3 Application Ideas
Part of my side project, I’ve been researching and curating a list of NLP resources focused on BERT, GPT, Transformer networks, and more for over two years.
GPT-3 (Generative Pretrained Transformer) came from the Transformer family.
This year OpenAI is back with new language model GPT-3 and is currently making wave around the Internet. It’s interesting to see what creative app ideas are possible using a bigger GPT-3 model. Below are a few random selection of such apps:
Code Generator#
- A web UI layout generator: You just describe any layout you want, and it generates the React JSX code for you.
Generative Text#
- Learn From Anyone: question-answering agent (teacher).
- Emoji storytelling: Understand emojis and use them to describe movies.
- Test prompts and all the AI-generated text results for those prompts.
- Turing test
- Generated tweets
More about the new kinds of tools and applications that people are building on GPT-3 API.