ML/AI algorithms that generate synthetic media, such as images, videos, and audio based on the data they have been trained on.
- English poetry: generated from the word choice of Shakepear or Emily Dickinson
- Chinese antient poetry: based on GPT-2 model trained by 800,000 Chinese ancient poems
There's yet no official python SDK for ChatGPT. Here we use a few non-official open source ChatGPT Python Lib.
Stable Diffusion: a deep learning, text-to-image model released in 2022. It generates detailed images conditioned on text descriptions.
Generative Pre-trained Transformer 3 (GPT-3) is an autoregressive language model released in 2020 that uses deep learning to produce human-like text.
Python API - https://platform.openai.com/docs/api-reference/