How to Integrate Bubble with Dall-E AI to generate images
Let's build a simple app with Bubble which will enable you to type a description, and produce an image using AI
OK, the latest thing is AI produced images, so let’s wire up Dall-E’s newly released API with a Bubble app and try it out.
Prerequisites:
a Bubble free account
an account with https://beta.openai.com/
perhaps a few $ to play around with it once you have built your app. pricing is here https://openai.com/api/pricing/
Dall-E
What even is Dall-E? According to their blog here it is
a trained neural network that creates images from text captions for a wide range of concepts expressible in natural language.
a 12-billion parameter version of GPT-3 trained to generate images from text descriptions, using a dataset of text–image pairs
That’s probably all we need to know at this point as we’re leaving all of the complexity up to them, and will enjoy the ease of consuming their service from the outside, due to the magic of their interface, the API.
Once you’ve signed up, take a read through their usage policy here https://beta.openai.com/docs/usage-policies
Pricing
What? why does this cost money? Mostly …