Generating Illustrated Stories with AI
A few months ago, I built a little demo that I simply forgot to actually talk about here. A coworker was building something similar and it reminded me to take a look at the code, update it, and actually share it. This is a pretty cool example of integrating multiple different APIs to create a final product, in this case, a short story with pictures. Here’s an example:
How was this built? At a high level:
Google’s Gemini AI is used to generate a short story.
Adobe’s Firefly Services is used to generate the images.
Adobe’s Acrobat Services is used to turn the text into a PDF.
That’s the high level, now let’s get into the nitty-gritty.
Generating a Story
To... more →
Posted in: JavaScript